| Age | Commit message (Collapse) | Author |
|
Modify stack position of NODE_DEF and NODE_SDEF.
|
|
Modify handling of NODE_RETURN and NODE_NEXT.
|
|
|
|
|
|
|
|
Make OP_ASGN faster.
|
|
|
|
I think that `*=` and `/=` can be compiled to `OP_MUL` and `OP_DIV`.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Do not assume that significand of `double` is larger than `mrb_int`.
|
|
Fixes a number of "comparison between signed and unsigned" warnings.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
close #712
|
|
|
|
When "unless" is used without "else", tree->cdr->car of NODE_IF is NULL.
In this case, pop() should not be called because codegen generates no code.
|
|
|
|
|
|
|
|
|
|
|
|
index directly
|
|
|
|
|
|
Potential memory management bug (issue #553)
|
|
|
|
|
|
|
|
|
|
|
|
Commit #18dd60c causes side effects.
This patch fixes stack underflow in scope_body().
|
|
Because the tree is gone pop() even if it is empty.
|
|
define convert method mrb_int/mrb_float with C string
|
|
|
|
|
|
|
|
|
|
|
|
|