Files
mruby-mruby/src
Yukihiro "Matz" Matsumoto f2dc76e3b5 Change alias handling to avoid using mid in Env; ref 6098
Since `Env` objects are shared by Blocks/Procs in the same context,
making multiple aliases in one context screws up with alias names.
New implementation uses alias bodies (Procs) to refer new names.
As a side effect, `__callee__` stop working correctly for aliases.
To fix this `__callee__` problem, we need to keep alias method names in
`callinfo`, which consumes more memory. We are wondering that is worth
the compatibility.
2023-11-21 09:37:17 +09:00
..
2023-08-21 17:27:03 +09:00
2023-11-02 13:15:45 +09:00
2023-11-01 22:21:59 +09:00
2023-05-22 12:05:35 +09:00
2016-05-09 17:19:47 +02:00