| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
masamitsu-murase/free_rescue_and_ensure_in_mrb_close
Free mrb->rescue and mrb->ensure.
|
|
Check iv in mrb_iv_remove.
|
|
fix out-of-bound access on compiling empty blocks.
|
|
|
|
iv_del should be called in mrb_iv_remove only when t is not NULL.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ci->nregs for ruby proc.
|
|
|
|
|
|
changed
|
|
|
|
|
|
masamitsu-murase/modify_irep_initialization_and_gc_mark
Modify irep initialization and GC.
|
|
Initialize mrb->irep array with 0 when realloc is called.
|
|
because mrb->ci may be changed in m->body.func.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|