
|
If you were logged in you would be able to see more operations.
|
|
|
|
Currently if you alias eval (or instance_eval, or binding, or...) the compiler will not know that you're calling eval and not deoptimize the code properly. There should be an explicit warning for such aliases, if they are allowed at all.
|
|
Description
|
Currently if you alias eval (or instance_eval, or binding, or...) the compiler will not know that you're calling eval and not deoptimize the code properly. There should be an explicit warning for such aliases, if they are allowed at all. |
Show » |
| There are no comments yet on this issue.
|
|