Skip to content

ZJIT: Fix quadratic caller-saved regs in backend #1065

Description

@tekknolagi

Right now we look over all intervals to see which are live across every call. This is O(BAD^2). Let's not.

We can try for a slightly better approach to the same as a stopgap before we inevitably end up with interval splitting instead as a solution.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions