aboutsummaryrefslogtreecommitdiffstats
path: root/compile.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* compile.c: ensure after return in library toplevelnobu2017-10-311-14/+5
* compile.c: compile_returnnobu2017-10-311-56/+62
* Use NODE_CASE2 if case expressions don't existyui-knk2017-10-311-11/+8
* Use nd_lineno instead of nd_line for branch coveragesyui-knk2017-10-301-13/+17
* fix compile error.ko12017-10-281-2/+2
* compile.c: make node arguments invariantnobu2017-10-271-48/+48
* compile.c: stop modifying NODE treemame2017-10-271-7/+3
* compile.c, iseq.c: consitfied NODE pointersnobu2017-10-271-105/+114
* some functions accept `ec` instead of `th`.ko12017-10-261-2/+2
* Use rb_execution_context_t instead of rb_thread_tko12017-10-261-1/+1
* common conversion functionsnobu2017-10-261-9/+7