From adebdfac80e63cf9006d9f574571f61e6a767d21 Mon Sep 17 00:00:00 2001 From: Damian Gryski Date: Thu, 9 Aug 2018 09:48:38 -0700 Subject: [PATCH] add Go Team policy on adding asm code --- performance.md | 1 + 1 file changed, 1 insertion(+) diff --git a/performance.md b/performance.md index ad03e9f..7774a73 100644 --- a/performance.md +++ b/performance.md @@ -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) * notes about why inline assembly is hard * all the tooling to make this easier: asmfmt, peachpy, c2goasm, ... +* https://github.com/golang/go/wiki/AssemblyPolicy ## Optimizing an entire service