index
:
mruby
master
mruby2-draft
removing-y-tab-c
revert-5391-throw
stable
web_export
Lightweight Ruby
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
mrbgems
/
mruby-compiler
/
core
/
codegen.c
Age
Commit message (
Expand
)
Author
2016-11-24
Fix segfault caused by empty condition in ternary
Bouke van der Bijl
2016-11-24
Fix codegen issue causing misaligned register
Bouke van der Bijl
2016-11-24
Fix segfault on method call with exactly 127 arguments
Bouke van der Bijl
2016-11-24
Fix nested empty heredoc causing segfault
Bouke van der Bijl
2016-11-24
redo should work well in for statement; fix #3275
Yukihiro "Matz" Matsumoto
2016-11-24
Add forgotten loop_pop() in NODE_OP_ASGN codegen
Yukihiro "Matz" Matsumoto
2016-11-23
codegen_scope should not keep old iseq ptr from irep
Yukihiro "Matz" Matsumoto
2016-11-11
fixed a bug when number of LHS and RHS differs; fix #3239
Yukihiro "Matz" Matsumoto
2016-11-08
fixed a bug with [] in RHS of multiple assignments; fix #3236
Yukihiro "Matz" Matsumoto
2016-09-26
Fix unexpected behavior with break
ksss
2016-07-25
OP_ASGN vsp may be negative
Yukihiro "Matz" Matsumoto
2016-06-10
fix a compiler warning for uninitialized variable
Yukihiro "Matz" Matsumoto
2016-05-16
fixed remaining bugs in OP_ASGN stack adjustment; close #3159
Yukihiro "Matz" Matsumoto
2016-05-16
stack adjustment after NODE_OP_ASGN with NODE_CALL was wrong; fix #3159
Yukihiro "Matz" Matsumoto
2016-05-09
raise the error at runtime; fix #3152
cremno
2016-04-01
fix too much optimization for `||=`
Yukihiro "Matz" Matsumoto
2016-03-30
fix duplicated eval in op_asgn
Yukihiro "Matz" Matsumoto
2016-03-30
reduce OP_ARRAY in argument splat
Yukihiro "Matz" Matsumoto
2016-03-24
better code generation for `||=`; #3138
Yukihiro "Matz" Matsumoto
2016-03-23
add safe-navigation (aka lonely) operator `&.`
Yukihiro "Matz" Matsumoto
2016-03-21
rescue NameError from class variable access like `@@foo ||= 42`; fix #3138
Yukihiro "Matz" Matsumoto
2016-02-22
too many register push for else-less condtions; fix #3117
Yukihiro "Matz" Matsumoto
2016-02-17
peephole optimization for LOADNIL before STRCAT; ref #3110
Yukihiro "Matz" Matsumoto
2016-02-17
push value for NULL AST when value is required; fix #3110
Yukihiro "Matz" Matsumoto
2015-11-27
include changed from by quotes ("") to by brackets (<>); close #3032
Yukihiro "Matz" Matsumoto
2015-11-19
Fix typo on MRB_DISABLE_STDIO.
Simon Génier
2015-11-17
DISABLE_STDIO/ENABLE_DEBUG macros to rename; close #3014
Yukihiro "Matz" Matsumoto
2015-10-01
optimize if statement with constant condition
Yukihiro "Matz" Matsumoto
2015-09-26
support Regexp literal option: //n and //u
takahashim
2015-08-10
codegen: don't need to genop(); just update s->iseq directly
Yukihiro "Matz" Matsumoto
2015-08-10
codegen: add peep hole optimization to skip overridden OP_MOVE
Yukihiro "Matz" Matsumoto
2015-08-10
codegen: reserve stack region for OP_APOST; fix #2824
Yukihiro "Matz" Matsumoto
2015-06-28
Fix segfault found using afl-fuzz
Jurriaan Pruis
2015-06-02
push only after OP_GETCONST in VAL mode; ref #2769
cremno
2015-06-01
Compile mruby compiler as mrbgem.
take_cheeze
[prev]