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

Pulley: tail calls #9251

Merged
merged 6 commits into from
Oct 7, 2024
Merged

Commits on Oct 5, 2024

  1. Document host return address and extract to const

    Copyright (c) 2024, Arm Limited.
    
    Signed-off-by: Karl Meakin <[email protected]>
    Kmeakin committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    09579d3 View commit details
    Browse the repository at this point in the history
  2. Replace Continutation with ControlFlow

    Copyright (c) 2024, Arm Limited.
    
    Signed-off-by: Karl Meakin <[email protected]>
    Kmeakin committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    d63c1dd View commit details
    Browse the repository at this point in the history
  3. Tail recursive interpreter loop

    Copyright (c) 2024, Arm Limited.
    
    Signed-off-by: Karl Meakin <[email protected]>
    Kmeakin committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    7609227 View commit details
    Browse the repository at this point in the history
  4. Delete visitor based interpreter implementation

    Copyright (c) 2024, Arm Limited.
    
    Signed-off-by: Karl Meakin <[email protected]>
    Kmeakin committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    e64c1a4 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    6677101 View commit details
    Browse the repository at this point in the history
  2. Record the PC at which a trap occurred

    Not the initial PC passed into `run`
    fitzgen committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    f9907d1 View commit details
    Browse the repository at this point in the history