summaryrefslogtreecommitdiff
path: root/compile.c
AgeCommit message (Expand)Author
2018-01-09compile.c (iseq_compile_each0): remove irrelevant tracecoveragemame
2018-01-09parse.y: Remove special handling of tOROP and tANDOPmame
2018-01-08use `getblockparamproxy` to pass blocks.ko1
2018-01-08compile.c: compile_case2 branchnobu
2018-01-07Speedup `block.call` [Feature #14330]ko1
2018-01-05compile.c: fix stack consistency errornobu
2018-01-05compile.c: remove more unreachable chunknobu
2018-01-05node.h: remove NODE_PRELUDEmame
2018-01-05make rb_iseq_new* accept rb_ast_body_t instead of NODE*mame
2018-01-05check array for zsuper. [Bug #14279]ko1
2018-01-05Refactor ISEQ_TYPE_DEFINED_GUARD outmame
2018-01-05compile.c: refactoring of defined? exception handlermame
2018-01-04node.h: add NODE_ONCE instead of reuse of NODE_SCOPEmame
2018-01-04iseq.c: Refactor out rb_iseq_new_ifunc from rb_iseq_new_with_optmame
2018-01-04compile.c: next labelnobu
2018-01-03compile.c: fix disasm dumpnobu
2018-01-03compile.c: label spnobu
2018-01-02bit-fields other than int is a C99ismshyouhei
2018-01-02rb_insn_func_t is incompatible with void*shyouhei
2018-01-01iseq.h: Extract position array from iseq_insn_info_entrymame
2018-01-01vm_core.h: refactoring of insns_infomame
2017-12-25Set first line numbers for empty iseqs.ko1
2017-12-24compile.c: toplevel return argumentsnobu
2017-12-23fix last commitko1
2017-12-23RubyVM::InstructionSequence#trace_points.ko1
2017-12-23revert line number spec of *return events.ko1
2017-12-21revert r61371 for [Bug #14214]ko1
2017-12-20compile.c: branch on block paramnobu
2017-12-20compile.c: add a RUBY_EVENT_COVERAGE_LINE event for line coveragemame
2017-12-19compile.c: pop splat resultnobu
2017-12-19compile.c: side effect in splatnobu
2017-12-18iseq.c (finish_iseq_build): fix coverage leakage [Bug #14191]mame
2017-12-14node.[ch], parse.y, compile.c: rename nd_column to nd_first_columnmame
2017-12-06compile.c (rb_iseq_compile_node): Move the check for imemo_ifunc to topmame
2017-12-06vm_core.h (RUBY_EVENT_COVERAGE_BRANCH): renamedmame
2017-12-06insns.def (tracebranch): renamed from `trace2`mame
2017-12-06thread.c (update_branch_coverage): renamed from `update_coverage`mame
2017-12-06thread.c (update_line_coverage): Use RUBY_EVENT_LINEmame
2017-12-05vm_core.h (rb_iseq_locatoin_t): add a field `code_range`mame
2017-12-05Revamp method coverage to support define_methodmame
2017-11-18introduce `trace_events' info for iseq.ko1
2017-11-16Refactoring out the direct accesses of NODE's u1, u2, and u3mame
2017-11-16Add a last location to branch coverageyui-knk
2017-11-15fix uninitialized memory reference.ko1
2017-11-14compile.c: fixup TRACEnobu
2017-11-14fix prefix.ko1
2017-11-14remove `trace` instruction. [Feature #14104]ko1
2017-11-14compile.c: comments for concatstrings optimization [ci skip]nobu
2017-11-13compile.c: fixup r60727nobu
2017-11-09compile.c: optimize nested string interpolationsnobu