factor/basis/compiler/cfg/linear-scan/allocation
Björn Lindqvist 35d00da765 compiler.cfg.linear-scan.allocation.*: maybe a fix for #1227
The register allocator pops from the unhandled-intervals and
unhandled-sync-points heaps. If two live intervals share the same
start slot, then they can be popped in either order leading to
differently generated code. So instead use one
heap (unhandled-min-heap) and both the start and end slot as the heap
key to resolve tie-breakers
2014-12-15 20:44:53 +01:00
..
spilling compiler: cleanup usings. 2014-12-13 16:10:21 -08:00
splitting compiler: cleanup usings. 2014-12-13 16:10:21 -08:00
state compiler.cfg.linear-scan.allocation.*: maybe a fix for #1227 2014-12-15 20:44:53 +01:00
allocation.factor compiler.cfg.linear-scan.allocation.*: maybe a fix for #1227 2014-12-15 20:44:53 +01:00
summary.txt Add summary for heaps more vocabs 2009-02-16 21:05:13 -06:00