delve/dwarf
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
..
frame Prefer binary search over tree lookup for FDEs 2015-02-04 19:22:39 -06:00
op Improve Go 1.4 support / cleanup goroutine printing 2014-11-25 20:37:43 -06:00
reader Comment cleanup. Added info vars reference to docs 2015-02-04 13:15:10 -05:00
util Update for Go 1.3.1 2014-09-13 12:28:46 -05:00