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

compiler: Remove duplicate compiled functions #86

Merged
merged 1 commit into from
Sep 27, 2020

Commits on Sep 27, 2020

  1. compiler: Remove duplicate compiled functions

    The compiler was keeping two separate copies of a compiled function, by
    its unique name and name (for legacy reasons). Now it only need to keep
    one copy by it's unique name. This greatly reduces the size of
    vm/lib.go.
    elliotchance committed Sep 27, 2020
    Configuration menu
    Copy the full SHA
    d6bdc31 View commit details
    Browse the repository at this point in the history