Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Only do this optimization for method scopes
Non-method scopes like classes and modules have issues with the frame name not properly propagating into the executing body, and blocks may be used for define_method which introduces similar complexities in getting the frame name. This patch temporarily narrows the frame name optimization to method bodies only.
- Loading branch information