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

Allow fasttail calls for engregesterable structs #5

Closed

Commits on Jun 5, 2017

  1. [*64] Allow more fastTailCalls involving structs

    Before this change structs on Arm64 and Amd64 Unix could
    pessimize when we could fastTailCall if they were engregisterable
    and took more than one register.
    
    This updates the canFastTailCall function to allow this pattern
    to be fastTailCalled.
    jashook committed Jun 5, 2017
    Configuration menu
    Copy the full SHA
    b8b4e0b View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2017

  1. Fix scenario to give only give more fastTailCalls

    jashook committed Jun 15, 2017
    Configuration menu
    Copy the full SHA
    1b66664 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2017

  1. [*nix] Fix security bug involving fastTailCalls

    Also adds a regression test.
    jashook committed Jun 24, 2017
    Configuration menu
    Copy the full SHA
    b7de802 View commit details
    Browse the repository at this point in the history