Update x86 Solaris documenation ideas.

This commit is contained in:
Bruce Momjian 2006-01-05 15:56:54 +00:00
parent 449c8af127
commit 33cd2706ad

View File

@ -1,8 +1,10 @@
/=============================================================================
/ tas.s -- test and set lock for solaris_i386
/ based on i386 ASM with modifications outlined in
/ based on i386 ASM with modifications outlined in:
/ http://www.x86-64.org/documentation/assembly.
/ This might require flags: -Xa -xtarget=opteron -xarch=amd64
/ This might require flags: -xtarget=opteron -xarch=amd64
/ DB optimization documenation at:
/ http://developers.sun.com/solaris/articles/mysql_perf_tune.html
/=============================================================================
.file "tas.s"