• A
    pkg/dwarf/line: improve performance · 73a39b98
    aarzilli 提交于
    1. Use a slice instead of a map to access standard and extended opcodes
       (reduces BenchmarkStateMachine from ~12ms/op to ~7ms/op)
    
    2. Cache StateMachine values for the entry point of functions.
    73a39b98
line_parser_test.go 6.3 KB