Files
mruby-mruby/src
dearblue 3fc848b545 Replace tempirep with RProc
Previously I used the `RData` object to avoid a memory leak in `mrb_irep` if `src/load.c` failed.
ref: https://github.com/mruby/mruby/pull/4250
commit: f1523d2404

Considering that the `RProc` object will be created in the subsequent process, it is preferable to create the `RProc` object from the beginning.
Along with this, the inside of `read_irep()` is replaced with the processing centered on the `RProc` object.

The global function that returns the `mrb_irep` pointer is still provided for compatibility.
2021-01-10 21:41:51 +09:00
..
2021-01-02 23:50:18 +09:00
2020-12-31 22:22:45 +09:00
2021-01-10 21:41:51 +09:00
2021-01-10 21:41:51 +09:00
2020-11-02 15:14:36 +09:00
2020-12-13 15:27:53 +09:00
2016-05-09 17:19:47 +02:00