Updated AssemblyPolicy (markdown)

Filippo Valsorda 2018-06-27 17:46:09 -04:00
parent 9f09a3eed0
commit e9c741e769

@ -14,7 +14,7 @@ In general, the rules are:
* make your assembly easy to review, and ideally auto-generated from a Go program so we can review the generator program. Comment it well. * make your assembly easy to review, and ideally auto-generated from a Go program so we can review the generator program. Comment it well.
* test it well. The bar for new assembly code is high. It needs commensurate test coverage. The generic existing high-level tests are often not enough to test hundreds of lines of assembly. Test subroutines individually. * test it well. The bar for new assembly code is high. It needs commensurate test coverage. The generic existing high-level tests are often not enough to test hundreds of lines of assembly. Test subroutines individually. Test it (fuzz it) against the Go implementation.
## Future directions ## Future directions