Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spill for VReg lifetimes instead of SpillSet lifetimes #171

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Dec 1, 2023

  1. Configuration menu
    Copy the full SHA
    39e9208 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1869c4d View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Simplify stack map calculation now that VRegs track spill allocations

    Instead of processing all liveranges for each vreg, instead use the
    aggregate lifetime for the vreg when constructing the stack map. As
    spill slots are allocated to vregs now instead of spillsets, determining
    which vreg allocations cross safepoints is now much simpler.
    
    co-authored-by: Jamey Sharp <jsharp@fastly.com>
    elliottt and jameysharp committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    40409f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46ca116 View commit details
    Browse the repository at this point in the history