aboutsummaryrefslogtreecommitdiffstats
path: root/compile.c
Commit message (Expand)AuthorAgeFilesLines
* node.h: remove NODE_PRELUDEmame2018-01-051-21/+1
* make rb_iseq_new* accept rb_ast_body_t instead of NODE*mame2018-01-051-1/+5
* check array for zsuper. [Bug #14279]ko12018-01-051-0/+2
* Refactor ISEQ_TYPE_DEFINED_GUARD outmame2018-01-051-8/+3
* compile.c: refactoring of defined? exception handlermame2018-01-051-7/+12
* node.h: add NODE_ONCE instead of reuse of NODE_SCOPEmame2018-01-041-3/+5
* iseq.c: Refactor out rb_iseq_new_ifunc from rb_iseq_new_with_optmame2018-01-041-10/+36
* compile.c: next labelnobu2018-01-041-3/+7
* compile.c: fix disasm dumpnobu2018-01-031-2/+5
* compile.c: label spnobu2018-01-031-1/+2
* bit-fields other than int is a C99ismshyouhei2018-01-021-1/+5
* rb_insn_func_t is incompatible with void*shyouhei2018-01-021-1/+1
* iseq.h: Extract position array from iseq_insn_info_entrymame2018-01-011-31/+51
* vm_core.h: refactoring of insns_infomame2018-01-011-8/+8
* Set first line numbers for empty iseqs.ko12017-12-251-1/+3
* compile.c: toplevel return argumentsnobu2017-12-241-1/+0
* fix last commitko12017-12-231-1/+1
* RubyVM::InstructionSequence#trace_points.ko12017-12-231-1/+1
* revert line number spec of *return events.ko12017-12-231-0/+3
* revert r61371 for [Bug #14214]ko12017-12-211-21/+3
* compile.c: branch on block paramnobu2017-12-201-3/+21
* compile.c: add a RUBY_EVENT_COVERAGE_LINE event for line coveragemame2017-12-201-1/+12
* compile.c: pop splat resultnobu2017-12-191-7/+11
* compile.c: side effect in splatnobu2017-12-191-2/+5
* iseq.c (finish_iseq_build): fix coverage leakage [Bug #14191]mame2017-12-181-11/+7
* node.[ch], parse.y, compile.c: rename nd_column to nd_first_columnmame2017-12-141-29/+29
* compile.c (rb_iseq_compile_node): Move the check for imemo_ifunc to topmame2017-12-061-5/+6
* vm_core.h (RUBY_EVENT_COVERAGE_BRANCH): renamedmame2017-12-061-1/+1
* insns.def (tracebranch): renamed from `trace2`mame2017-12-061-1/+1
* thread.c (update_branch_coverage): renamed from `update_coverage`mame2017-12-061-1/+1
* thread.c (update_line_coverage): Use RUBY_EVENT_LINEmame2017-12-061-6/+3
* vm_core.h (rb_iseq_locatoin_t): add a field `code_range`mame2017-12-051-0/+1
* Revamp method coverage to support define_methodmame2017-12-051-14/+0
* introduce `trace_events' info for iseq.ko12017-11-181-1/+1
* Refactoring out the direct accesses of NODE's u1, u2, and u3mame2017-11-161-7/+7
* Add a last location to branch coverageyui-knk2017-11-161-25/+81
* fix uninitialized memory reference.ko12017-11-151-0/+1
* compile.c: fixup TRACEnobu2017-11-141-0/+4
* fix prefix.ko12017-11-141-47/+47
* remove `trace` instruction. [Feature #14104]ko12017-11-141-69/+129
* compile.c: comments for concatstrings optimization [ci skip]nobu2017-11-141-0/+18
* compile.c: fixup r60727nobu2017-11-131-0/+23
* compile.c: optimize nested string interpolationsnobu2017-11-091-1/+66
* insn_info/insns_infoko12017-11-091-44/+69
* fix peephole optimization.ko12017-11-091-3/+0
* Avoid usage of the magic number `(NODE*)-1`mame2017-11-041-3/+3
* compile.c (setup_args): Fix a typoyui-knk2017-11-041-1/+1
* Remove RNODE cast from NODE utility functionsmame2017-11-041-1/+1
* compile.c: kw splat after splatnobu2017-11-021-0/+2
* compile.c: refactored compile_returnnobu2017-11-011-9/+15