| Age | Commit message (Collapse) | Author |
|
|
|
|
|
take-cheeze-dump_lv
|
|
|
|
|
|
Check that `lv`'s length is always `nlocals - 1`.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
add including limits.h.
|
|
Because Android's libc(bionic) defines SIZE_MAX at limits.h.
|
|
|
|
|
|
|
|
uint32_t; close #1778
|
|
According to CONTRIBUTING.md,
Don't use C++ style comments
/* This is the prefered comment style */
Use C++ style comments only for temporary comment e.g. commenting out some code lines.
|
|
- reduce compile time by a little bit (full-core: ~0.7s for me)
- thanks to 'include-what-you-use' for some help
- include Standard C header files before any other (coding style)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
removing irep array from mrb_state. note that instructions OP_LAMBDA,
OP_EXEC and OP_EPUSH are incompatible, and dumped mrb format has changed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|