mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
Updated AssemblyPolicy (markdown)
parent
f465e7959b
commit
9f09a3eed0
@ -16,4 +16,8 @@ In general, the rules are:
|
|||||||
|
|
||||||
* 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.
|
||||||
|
|
||||||
|
## Future directions
|
||||||
|
|
||||||
|
* if possible, port existing reviewed implementations. A tool should make it easy to review diffs from decompiler output. Consider the license implications.
|
||||||
|
|
||||||
*TODO*: add more. This document is a work in progress.
|
*TODO*: add more. This document is a work in progress.
|
Loading…
x
Reference in New Issue
Block a user