Skip to content

Allow resizing the stack for the graph allocator.

Andreas Klebinger requested to merge AndreasK/ghc:reggraphstack into master

The graph allocator now dynamically resizes the number of stack slots when running into the limit.

Also loop membership of basic blocks is now available in the register allocator for cost heuristics.

Edited by Andreas Klebinger

Merge request reports