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

s390x: Migrate branches and traps to ISLE #3724

Merged
merged 1 commit into from
Jan 31, 2022

Commits on Jan 25, 2022

  1. s390x: Migrate branches and traps to ISLE

    In order to migrate branches to ISLE, we define a second entry
    point `lower_branch` which gets the list of branch targets as
    additional argument.
    
    This requires a small change to `lower_common`: the `isle_lower`
    callback argument is changed from a function pointer to a closure.
    This allows passing the extra argument via a closure.
    
    Traps make use of the recently added facility to emit safepoints
    from ISLE, but are otherwise straightforward.
    uweigand committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    36369a6 View commit details
    Browse the repository at this point in the history