Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 449c8af commit 33cd270Copy full SHA for 33cd270
src/backend/port/tas/solaris_x86_64.s
@@ -1,8 +1,10 @@
1
/=============================================================================
2
/ tas.s -- test and set lock for solaris_i386
3
-/ based on i386 ASM with modifications outlined in
4
-/ http://www.x86-64.org/documentation/assembly.
5
-/ This might require flags: -Xa -xtarget=opteron -xarch=amd64
+/ based on i386 ASM with modifications outlined in:
+/ http://www.x86-64.org/documentation/assembly.
+/ This might require flags: -xtarget=opteron -xarch=amd64
6
+/ DB optimization documenation at:
7
+/ http://developers.sun.com/solaris/articles/mysql_perf_tune.html
8
9
10
.file "tas.s"
0 commit comments