neo-go/pkg/compiler
Roman Khimov 844491d365 *: use more efficient WriteBytes where appropriate
Before this patch on block import we could easily be spending more than 6
seconds out of 30 in Uint256 encoding for UnspentBalance, now it's completely
off the radar.
2019-12-06 18:22:21 +03:00
..
analysis.go compiler: move it up from vm 2019-12-03 18:23:46 +03:00
codegen.go compiler: move it up from vm 2019-12-03 18:23:46 +03:00
compiler.go compiler: move it up from vm 2019-12-03 18:23:46 +03:00
compiler_test.go compiler: move it up from vm 2019-12-03 18:23:46 +03:00
emit.go *: use more efficient WriteBytes where appropriate 2019-12-06 18:22:21 +03:00
func_scope.go compiler: move it up from vm 2019-12-03 18:23:46 +03:00
syscall.go compiler: move it up from vm 2019-12-03 18:23:46 +03:00