mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
c86fc2bba5
This retries r62655, which was reverted at r63863 for r63763. tool/ruby_vm/views/_mjit_compile_insn.erb: revert the revert. tool/ruby_vm/views/_mjit_compile_insn_body.erb: ditto. tool/ruby_vm/views/_mjit_compile_pc_and_sp.erb: ditto. tool/ruby_vm/views/_mjit_compile_send.erb: ditto. tool/ruby_vm/views/mjit_compile.inc.erb: ditto. tool/ruby_vm/views/_insn_entry.erb: revert half of r63763. The commit was originally reverted since changing pc motion was bad for tracing, but changing sp motion was totally fine. For JIT, I wanna resurrect the sp motion change in r62051. tool/ruby_vm/models/bare_instructions.rb: ditto. insns.def: ditto. vm_insnhelper.c: ditto. vm_insnhelper.h: ditto. * benchmark $ benchmark-driver benchmark.yml --rbenv 'before;after;before --jit;after --jit' --repeat-count 12 -v before: ruby 2.6.0dev (2018-07-19 trunk 63998) [x86_64-linux] after: ruby 2.6.0dev (2018-07-19 add-sp 63998) [x86_64-linux] last_commit=mjit_compile.c: reduce sp motion on JIT before --jit: ruby 2.6.0dev (2018-07-19 trunk 63998) +JIT [x86_64-linux] after --jit: ruby 2.6.0dev (2018-07-19 add-sp 63998) +JIT [x86_64-linux] last_commit=mjit_compile.c: reduce sp motion on JIT Calculating ------------------------------------- before after before --jit after --jit Optcarrot Lan_Master.nes 51.354 50.238 70.010 72.139 fps Comparison: Optcarrot Lan_Master.nes after --jit: 72.1 fps before --jit: 70.0 fps - 1.03x slower before: 51.4 fps - 1.40x slower after: 50.2 fps - 1.44x slower git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63999 b2dd03c8-39d4-4d8f-98ff-823fe69b080e |
||
---|---|---|
.. | ||
_attributes.erb | ||
_c_expr.erb | ||
_copyright.erb | ||
_insn_entry.erb | ||
_insn_len_info.erb | ||
_insn_name_info.erb | ||
_insn_operand_info.erb | ||
_insn_stack_increase.erb | ||
_insn_type_chars.erb | ||
_mjit_compile_insn.erb | ||
_mjit_compile_insn_body.erb | ||
_mjit_compile_pc_and_sp.erb | ||
_mjit_compile_send.erb | ||
_mjit_compile_send_guard.erb | ||
_notice.erb | ||
_trace_instruction.erb | ||
insns.inc.erb | ||
insns_info.inc.erb | ||
mjit_compile.inc.erb | ||
opt_sc.inc.erb | ||
optinsn.inc.erb | ||
optunifs.inc.erb | ||
vm.inc.erb | ||
vmtc.inc.erb |