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

Array-based function pointer tables #408

Merged
merged 1 commit into from
Sep 11, 2023
Merged

Commits on Sep 11, 2023

  1. Class and builtin function tables now use giant arrays instead of nam…

    …ed fields
    
    Should reduce the amount of generated code and thus compile time, while providing the same functionality.
    
    This is not yet done for utility functions and builtin lifecycle methods, as those have a higher chance of being used via names,
    and they are not that big in comparison.
    Bromeon committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    960dae6 View commit details
    Browse the repository at this point in the history