|
1 | 1 | /=============================================================================
|
2 | 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 |
| 3 | +/ based on i386 ASM with modifications outlined in: |
| 4 | +/ http://www.x86-64.org/documentation/assembly. |
| 5 | +/ This might require flags: -xtarget=opteron -xarch=amd64 |
| 6 | +/ DB optimization documenation at: |
| 7 | +/ http://developers.sun.com/solaris/articles/mysql_perf_tune.html |
6 | 8 | /=============================================================================
|
7 | 9 |
|
8 | 10 | .file"tas.s"
|
|