summaryrefslogtreecommitdiffhomepage
path: root/src/codegen.c
AgeCommit message (Expand)Author
2014-05-14resize register number in LVAR section from 32bits to 16bitsYukihiro "Matz" Matsumoto
2014-05-14Merge branch 'dump_lv' of https://github.com/take-cheeze/mruby into take-chee...Yukihiro "Matz" Matsumoto
2014-05-13Remove unnecessary newline in `OP_GETGLOBAL` codedump.take_cheeze
2014-04-29Remove `lv_len` and use `nlocals - 1` instead.take_cheeze
2014-04-29Support local variables information dumping.take_cheeze
2014-04-29indent codedump when file/line info is not available; ref #2147Yukihiro "Matz" Matsumoto
2014-04-28Use int32_t as line variable type.take_cheeze
2014-04-28Print file name and line number in codedump if available.take_cheeze
2014-04-28fix OP_BLKPUSH dump formatYukihiro "Matz" Matsumoto
2014-04-28prevent printf warningYukihiro "Matz" Matsumoto
2014-04-28better codedump formattingYukihiro "Matz" Matsumoto
2014-04-28presreve local variables names in irep->lvYukihiro "Matz" Matsumoto
2014-04-27rename `mrb_str_buf_append` to `mrb_str_cat_str`cremno
2014-04-27NODE_SUPER should preserve stack region for block; ref #2136Yukihiro "Matz" Matsumoto
2014-04-27NODE_DEF should preserve stack region for lambda; ref #2136Yukihiro "Matz" Matsumoto
2014-04-26area of implicit nil is not enough to nregsmirichi
2014-04-26bit more peephole optimization for NODE_LVARYukihiro "Matz" Matsumoto
2014-04-26Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2014-04-26should use plain int for index, since i may be printed using %d; close #2127Yukihiro "Matz" Matsumoto
2014-04-26Merge pull request #2118 from ksss/range-boolYukihiro "Matz" Matsumoto
2014-04-25better integer size assertion suggested by usakYukihiro "Matz" Matsumoto
2014-04-25eliminate plain int except for a few cases like arena_indexYukihiro "Matz" Matsumoto
2014-04-25remove -Wsign-compare warningsYukihiro "Matz" Matsumoto
2014-04-24mrb_range_new excl flag use mrb_bool insteard of intksss
2014-04-16Move src/re.h to include/mruby/re.h .take_cheeze
2014-04-03add assertion before castingYukihiro "Matz" Matsumoto
2014-04-03too much peephole optimization; close #1992Yukihiro "Matz" Matsumoto
2014-03-28Add test for backquote.take_cheeze
2014-03-21reduce hash creation by using update methodYukihiro "Matz" Matsumoto
2014-03-21should be able to create hash with 127+ entries; close #1894Yukihiro "Matz" Matsumoto
2014-03-18add a space after C reserved wordsYukihiro "Matz" Matsumoto
2014-03-15symbol length type to be mrb_intYukihiro "Matz" Matsumoto
2014-03-14remove new_label(s) where label position can be obtained from genop()Yukihiro "Matz" Matsumoto
2014-03-13too much optimizationYukihiro "Matz" Matsumoto
2014-03-13peephole optimization for OP_JMP{IF,NOT}Yukihiro "Matz" Matsumoto
2014-03-09Use mrb_str_new_cstr() instead of mrb_str_new() with strlen().Masaki Muranaka
2014-03-08use mrb_str_cat_lit for literalscremno
2014-03-08Make type casts safer.Masaki Muranaka
2014-03-05fix off-by-one error in attrsymcubicdaiya
2014-03-03rescue clause should understand splats; close #1786Yukihiro "Matz" Matsumoto
2014-03-01support c++ exceptiontake_cheeze
2014-03-01use C style comments instead of C++ style commentscubicdaiya
2014-02-09Merge pull request #1674 from cremno/mrb_bool-FALSE-TRUEYukihiro "Matz" Matsumoto
2014-02-04better codedump formatYukihiro "Matz" Matsumoto
2014-02-01fix NODE_SPLAT codegenh2so5
2014-01-31use mrb_bool, FALSE and TRUE morecremno
2014-01-31clean up external symbolscremno
2014-01-04should splat and iterate elements when "*ary" speficied in the case-when clau...Yukihiro "Matz" Matsumoto
2014-01-02Merge pull request #1634 from cremno/use-mrb_fixnum_pYukihiro "Matz" Matsumoto
2014-01-02tiny word boxing optimizationcremno