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

gh-119726: emit AArch64 trampolines in the data section #121280

Merged
merged 2 commits into from
Jul 3, 2024

Commits on Jul 2, 2024

  1. pythongh-119726: emit AArch64 trampolines in the data section

    Emit AArch64 trampolines in the data section (instead of the code) of
    the stencil. In many cases this allows the branch to the next micro-op
    at the end of the stencil to be replaced with a fall-through NOP.
    diegorusso committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    ea726d2 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Update Misc/NEWS.d/next/Core and Builtins/2024-06-28-18-34-49.gh-issu…

    …e-119726.Fjv_Ab.rst
    
    Co-authored-by: Brandt Bucher <brandtbucher@gmail.com>
    diegorusso and brandtbucher committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    13e5a2f View commit details
    Browse the repository at this point in the history