gecko-dev/ef/Compiler/RegisterAllocator
fur%netscape.com e5af901910 Faster interference graph simplification due to Amancio Hasty.
It optimizes for two cases:

 + The case when every node in the interference graph has degree less
   than K and is therefore trivially K-colorable.

 + The case when some node in the interference graph is K-colorable
   using simplify's node-subtraction heuristic.  Therefore, no spilling
   will take place and no spill costs need be taken into account.
1999-04-05 06:32:50 +00:00
..
Coloring.cpp Faster interference graph simplification due to Amancio Hasty. 1999-04-05 06:32:50 +00:00
Coloring.h Change c-basic-offset in header to 4, instead of 2 1999-03-02 15:57:56 +00:00
Liveness.cpp Change c-basic-offset in header to 4, instead of 2 1999-03-02 15:57:56 +00:00
Liveness.h Change c-basic-offset in header to 4, instead of 2 1999-03-02 15:57:56 +00:00
Makefile Initial check-in of ElectricalFire, a Java JIT compiler. 1998-12-03 21:10:47 +00:00
RegisterAllocator.cpp Change c-basic-offset in header to 4, instead of 2 1999-03-02 15:57:56 +00:00
RegisterAllocator.h Change c-basic-offset in header to 4, instead of 2 1999-03-02 15:57:56 +00:00
RegisterAssigner.h Change c-basic-offset in header to 4, instead of 2 1999-03-02 15:57:56 +00:00
SSATools.cpp Change c-basic-offset in header to 4, instead of 2 1999-03-02 15:57:56 +00:00
SSATools.h Change c-basic-offset in header to 4, instead of 2 1999-03-02 15:57:56 +00:00
Spilling.cpp Change c-basic-offset in header to 4, instead of 2 1999-03-02 15:57:56 +00:00
Spilling.h Change c-basic-offset in header to 4, instead of 2 1999-03-02 15:57:56 +00:00
Timer.cpp Change c-basic-offset in header to 4, instead of 2 1999-03-02 15:57:56 +00:00
Timer.h Change c-basic-offset in header to 4, instead of 2 1999-03-02 15:57:56 +00:00
VirtualRegister.cpp Change c-basic-offset in header to 4, instead of 2 1999-03-02 15:57:56 +00:00
VirtualRegister.h Change c-basic-offset in header to 4, instead of 2 1999-03-02 15:57:56 +00:00