| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
You will not see "arena overflow" error anymore, but I encourage gem authors
to check your gems with MRB_GC_FIXED_ARENA to avoid memory broat.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
removing irep array from mrb_state. note that instructions OP_LAMBDA,
OP_EXEC and OP_EPUSH are incompatible, and dumped mrb format has changed.
|
|
|
|
|
|
|
|
is in use
|
|
|
|
|
|
|
|
|
|
|
|
|
|
carsonmcdonald-selftopiv
|
|
|
|
|
|
|
|
|
|
environments).
This is a first step. It will be reduced stdlib.h in each files later.
|
|
|
|
|
|
close #951
|
|
Use MRB_IREP_ARRAY_INIT_SIZE macro.
|
|
|
|
possible to reduce RAM size.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|