Skip to content

Commit

Permalink
Eval into a method, so method JITs can compile
Browse files Browse the repository at this point in the history
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
  • Loading branch information
headius committed Jun 5, 2024
1 parent 220aa71 commit 08f5600
Showing 1 changed file with 125 additions and 115 deletions.
Loading

0 comments on commit 08f5600

Please sign in to comment.