add Go Team policy on adding asm code

This commit is contained in:
Damian Gryski 2018-08-09 09:48:38 -07:00
parent 4abbe9e4b8
commit adebdfac80

View File

@ -1027,6 +1027,7 @@ Don't do anything expensive in your critical section if you can help it. This i
* using opcodes unsupported by the asm (asm2plan9, but this is getting rarer) * using opcodes unsupported by the asm (asm2plan9, but this is getting rarer)
* notes about why inline assembly is hard * notes about why inline assembly is hard
* all the tooling to make this easier: asmfmt, peachpy, c2goasm, ... * all the tooling to make this easier: asmfmt, peachpy, c2goasm, ...
* https://github.com/golang/go/wiki/AssemblyPolicy
## Optimizing an entire service ## Optimizing an entire service