summaryrefslogtreecommitdiff
path: root/compile.c
AgeCommit message (Expand)Author
2015-12-11compile.c: rehash cdhashnobu
2015-12-10compile.c (iseq_compile_each): reduce needless rb_str_dupnormal
2015-12-09* compile.c (iseq_compile_each): do not add debug informationko1
2015-12-09compile.c (ibf_dump_object_unsupported): fix spelling errornormal
2015-12-09* *.c (*_memsize): do not check ptr.ko1
2015-12-08* compile.c (ibf_dump_memsize): should check NULL.ko1
2015-12-08compile.c: suppress warningnobu
2015-12-08* compile.c (iseq_ibf_dump): dump extra data just string length.ko1
2015-12-08compile.c: fix extra_strnobu
2015-12-08* compile.c (ibf_load_setup): cast to int.ko1
2015-12-08* compile.c (ibf_setup_load): rename to ibf_load_setup().ko1
2015-12-08free ibf_dump at exceptionnobu
2015-12-08compile.c: make opt a string valuenobu
2015-12-08check loading object index rangenobu
2015-12-08suppress warningsnobu
2015-12-08* compile.c (iseq_ibf_dump): fix for clang type checker.ko1
2015-12-08* introduce new ISeq binary format serializer/de-serializerko1
2015-12-08compile.c (iseq_build_from_ary_body): avoid rb_ary_dup for CDHASHnormal
2015-12-08compile optimized case dispatch for nil/true/falsenormal
2015-12-07* compile.c (rb_iseq_build_from_ary): do not allocate tableko1
2015-12-04compile.c: no extra parenthesesnobu
2015-12-04compile.c: just append compile error messagenobu
2015-12-02* vm_core.h, iseq.h: remove rb_iseq_t::variable_body.ko1
2015-12-02* iseq.h: introduce ISEQ_ORIGINAL_ISEQ() andko1
2015-12-02* iseq.h: introduce ISEQ_FLIP_CNT_INCREMENT() macro.ko1
2015-12-02* iseq.h: introduce ISEQ_COVERAGE() and ISEQ_COVERAGE_SET() macro.ko1
2015-12-02* iseq.h: introduce ISEQ_COMPILE_DATA() macro.ko1
2015-12-02compile.c: fix the elementnobu
2015-12-01compile.c: consistent messagesnobu
2015-11-26compile.c: tailcall opt for indexersnobu
2015-11-25iseq.h: rename membernobu
2015-11-22compile.c: fix positionnobu
2015-11-22compile.c: move logop DCEnobu
2015-11-22compile.c: optimize useless branchesnobu
2015-11-22compile.c: free labels tablenobu
2015-11-22compile.c: use rb_compile_bugnobu
2015-11-22compile.c: use COMPILE_ERRORnobu
2015-11-22compile.c: flush disasmnobu
2015-11-22compile.c: check each stepsnobu
2015-11-20* compile.c (iseq_compile_each): add debug information to NODE_STRko1
2015-11-19* compile.c (iseq_compile_each): T_IMEMO/iseq objects should beko1
2015-11-19compile.c: tailcall before specializenobu
2015-11-18comment for r52633 [ci skip]nobu
2015-11-18compile.c: optimize useless branchesnobu
2015-11-18compile.c: check type before checking insn_idnobu
2015-11-16compile.c: tailcall on aref and asetnobu
2015-11-16compile.c: optimize leavenobu
2015-11-14compile.c: fix variablenobu
2015-11-14compile.c: remove unused labelsnobu
2015-11-13* vm.c (vm_define_method): refactoring.ko1