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

refactor: initcode generation #3574

Merged

Commits on Aug 29, 2023

  1. chore: refactor initcode generation

    move internal function generation to after ctor generation. prior to
    this commit, the existing code relies on the fact that the code
    generation of runtime internal functions properly sets the frame
    information of the ctor's callees. if this precondition is not met in
    the future, the compiler could panic because the memory allocation info
    will not be available.
    
    chainsec june 2023 review 6.2
    charles-cooper committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    385f21c View commit details
    Browse the repository at this point in the history