aboutsummaryrefslogtreecommitdiffstats
path: root/tool/ruby_vm
Commit message (Expand)AuthorAgeFilesLines
* [ci skip] grammers in commentsUrabe, Shyouhei2019-04-231-9/+9
* Invalidate JIT-ed code if ISeq is moved by GC.compactk0kubun2019-04-202-4/+4
* Recompile without method inliningk0kubun2019-04-161-1/+1
* Introduce frame-omitted method inliningk0kubun2019-04-164-34/+73
* Implement single-level basic method inlining in JITk0kubun2019-04-161-1/+7
* Do not require Ruby 2.4 for baserubyk0kubun2019-04-141-1/+1
* Share optimization cancel handlersk0kubun2019-04-142-7/+2
* Detect send-compatible opt insns automaticallyk0kubun2019-04-141-1/+6
* Allow falling back to non-inlined opt_send_without_blockk0kubun2019-04-141-7/+13
* Unify comment styles across MJIT sourcesk0kubun2019-04-141-1/+1
* Recompile JIT-ed code without optimizationk0kubun2019-04-142-2/+6
* Fix typo in a comment [ci skip]k0kubun2019-04-061-1/+1
* Add debug counters for MJIT cancelk0kubun2019-03-294-0/+5
* Prefer using vm_base_ptr rather than cfp->bpk0kubun2019-03-255-8/+8
* use cfp->bp more.ko12019-03-255-8/+8
* Check argument_arity_error condition in inlinable_iseq_pk0kubun2019-03-211-5/+5
* _leaf_helpers.erb: some functions are not leafshyouhei2019-02-011-2/+2
* _insn_type_chars.erb: use C99shyouhei2019-01-311-2/+3
* _insn_operand_info.erb: use C99shyouhei2019-01-311-26/+13
* _insn_len_info.erb: add ASSERT_VM_INSTRUCTION_SIZEshyouhei2019-01-311-10/+8
* _insn_name_info.erb: use C99shyouhei2019-01-311-27/+15
* vm.inc now in C99shyouhei2019-01-255-22/+49
* mjit.c: use boolean type for boolean variablesk0kubun2019-01-101-2/+2
* Arrange as same as comment and return statementkazu2018-12-271-1/+1
* delete emacs mode lines [ci skip]shyouhei2018-12-2742-42/+42
* Fix typos [ci skip]kazu2018-12-261-2/+2
* add #line [ci skip]shyouhei2018-12-262-0/+4
* insns.def: refactor to avoid CALL_METHOD macroshyouhei2018-12-262-1/+7
* add _sp_inc_helpers.erb [ci skip]shyouhei2018-12-262-0/+36
* Support targetting TracePoint [Feature #15289]ko12018-11-262-2/+2
* Use friendlier terminology in leaf helpersnobu2018-11-111-6/+6
* _mjit_compile_send.erb: do not inline tailcall ISeqk0kubun2018-10-301-1/+2
* less verbose code by sharing attribute definitionsshyouhei2018-10-291-5/+19
* bare_instructions.rb: sort attributes [ci skip]shyouhei2018-10-291-1/+3
* _mjit_compile_ivar.erb: cancel on undefined ivark0kubun2018-10-241-6/+6
* _mjit_compile_send.erb: fix wrong cc usagesk0kubun2018-10-231-2/+2
* mjit.c: remove wrongly-committed debug codek0kubun2018-10-211-1/+0
* mjit.c: copy call cache values to MJIT workerk0kubun2018-10-211-5/+8
* _mjit_compile_send.erb: don't split send_guardk0kubun2018-10-212-15/+6
* mjit.c: copy inline cache values to MJIT workerk0kubun2018-10-211-4/+6
* revert r65213 and r65215k0kubun2018-10-201-1/+1
* vm_insnhelper.c: never cache getinstancevariable twicek0kubun2018-10-201-1/+1
* _mjit_compile_ivar.rb: use PRIuSIZEshyouhei2018-10-191-1/+1
* tool/insns2vm.rb: get rid of expanding pathsnobu2018-10-184-7/+7
* _mjit_compile_ivar.erb: optimize setivar as wellk0kubun2018-10-142-2/+10
* _mjit_compile_getivar.erb: we may not say receiver [ci skip]k0kubun2018-10-141-1/+1
* vm_opts.h: share USE_IC_FOR_IVAR as OPT_IC_FOR_IVARk0kubun2018-10-141-2/+2
* _mjit_compile_getivar.erb: optimize IC-hit getivark0kubun2018-10-142-0/+46
* _mjit_compile_send.erb: remove TODO comment solved [ci skip]k0kubun2018-09-241-1/+1
* _mjit_compile_send.erb: refactor code to setup iseqk0kubun2018-09-241-5/+2