mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Update x86 Solaris documenation ideas.
This commit is contained in:
parent
449c8af127
commit
33cd2706ad
1 changed files with 5 additions and 3 deletions
|
|
@ -1,8 +1,10 @@
|
|||
/=============================================================================
|
||||
/ tas.s -- test and set lock for solaris_i386
|
||||
/ based on i386 ASM with modifications outlined in
|
||||
/ http://www.x86-64.org/documentation/assembly.
|
||||
/ 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
|
||||
/ DB optimization documenation at:
|
||||
/ http://developers.sun.com/solaris/articles/mysql_perf_tune.html
|
||||
/=============================================================================
|
||||
|
||||
.file "tas.s"
|
||||
|
|
|
|||
Loading…
Reference in a new issue