add Go Team policy on adding asm code
This commit is contained in:
parent
4abbe9e4b8
commit
adebdfac80
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user