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

Eval into a method, so method JITs can compile #1153

Closed
wants to merge 1 commit into from

Commits on Jun 5, 2024

  1. Eval into a method, so method JITs can compile

    This replaces most evals of patterns with evaluation into and
    invoking of a temporary method. The remaining cases depend on
    surrounding state that would need to be moved into the eval string
    to work properly.
    
    Partially addresses ruby#1152
    headius committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    08f5600 View commit details
    Browse the repository at this point in the history