Compiler Construction bio photo

Compiler Construction

Twitter Github

Edit on GitHub

Register Allocation

Slides

Further Reading

  1. Andrew W. Appel and Jens Palsberg (2002). Register Allocation. In Modern Compiler Implementation in Java, 2nd edition. Cambridge University Press.

    This chapter discusses register allocation based on optimistic graph colouring. It presents an exhaustive example with precoloured nodes, including coalescing, spilling, and a start-over