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

JIT: Store one segment inline in ABIPassingInformation #103690

Merged
merged 1 commit into from
Jun 19, 2024

Commits on Jun 19, 2024

  1. JIT: Store one segment inline in ABIPassingInformation

    By far the most common case on all platforms is that an argument takes
    up one segment to describe its passing behavior, so we can avoid
    additional allocations by storing one segment inline.
    jakobbotsch committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    fb552a3 View commit details
    Browse the repository at this point in the history