mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
Updated AssemblyPolicy (markdown)
parent
4d25257181
commit
ae93c8261e
@ -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.
|
||||
|
||||
* 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.
|
||||
* 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. Fuzz it against the Go implementation.
|
||||
|
||||
## Future directions
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user