Implementing a Chaitin Graph Coloring Register Allocator #5
dibyendumajumdar
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Most implementations we can find are of more advanced versions rather than the original Chaitin Graph Coloring Allocator described in Register Allocation & Spilling via Graph Coloring.
Our allocator will work on the IR targeting a virtual machine rather than a real machine, so spilling is not strictly required. But it will be nice to have it anyway.
Beta Was this translation helpful? Give feedback.
All reactions