Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 535 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 535 Bytes

Chapter 20: Graph Coloring Register Allocation

This is a Briggs-Chaitan-Click allocator, and is very similar to the one used in HotSpot's C2 allocator for the past 25 years with great success.

You can also read this chapter in a linear Git revision history on the linear branch and compare it to the previous chapter.

Registers