delve/dwarf/frame
Derek Parker 4d88d9ed8d Prefer binary search over tree lookup for FDEs
FDEs previously were loaded into a red/black tree and searched. This is
significantly more expensive than a binary search over a slice. Not sure
what I was thinking using a red/black tree - this binary search
implementation is significantly more efficient.
2015-02-04 19:22:39 -06:00
..
testdata Cleanup dwarf/frame tests 2014-09-18 23:00:41 -05:00
entries_test.go Prefer binary search over tree lookup for FDEs 2015-02-04 19:22:39 -06:00
entries.go Prefer binary search over tree lookup for FDEs 2015-02-04 19:22:39 -06:00
expression_constants.go cleanup file names 2014-10-10 15:49:20 -05:00
parser_test.go Rename project 2014-10-15 09:28:22 -05:00
parser.go Prefer binary search over tree lookup for FDEs 2015-02-04 19:22:39 -06:00
table.go Fix stack frame calculation bug 2015-01-16 15:30:22 -06:00