instrinsics are easy, inline asm is hard

This commit is contained in:
Damian Gryski 2018-04-04 13:46:58 -07:00
parent 55e102fd24
commit 6879c72607

View File

@ -967,7 +967,7 @@ Techniques specific to the architecture running the code
* how to type the middle dot
* calling convention
* using opcodes unsupported by the asm (asm2plan9, but this is getting rarer)
* notes about why intrinsics are hard
* notes about why inline assembly is hard
* all the tooling to make this easier: asmfmt, peachpy, c2goasm, ...
## Optimizing an entire service