Updated AssemblyPolicy (markdown)

Filippo Valsorda 2018-06-27 17:44:49 -04:00
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.