delve/pkg
Alessandro Arzilli 222cf7fc55 proc/eval: optimize variable lookup (#925)
Variable lookup is slow because it requires a full scan of debug_info
to check for package variables, this doesn't matter much in interactive
use but can slow down evaluation of breakpoint conditions
significantly.

Providing benchmark proof for this is hard since this effect doesn't
show for small programs with small debug_info sections.
2017-07-18 12:55:24 -06:00
..
config Fix various issues detected by megacheck (#880) 2017-06-29 11:15:59 -07:00
dwarf Fix various issues detected by megacheck (#880) 2017-06-29 11:15:59 -07:00
proc proc/eval: optimize variable lookup (#925) 2017-07-18 12:55:24 -06:00
terminal Fix various issues detected by megacheck (#880) 2017-06-29 11:15:59 -07:00
version *: Bump version to 1.0.0-rc.1 2017-05-06 15:38:32 +02:00