1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/tool/ruby_vm/views
k0kubun d2127cb304 _mjit_compile_pc_and_sp.erb: skip moving pc
on !body->catch_except_p. We need to move pc only when JIT execution is
canceled if the frame does not catch an exception.

_mjit_compile_insn.erb: lazily move pc for such optimized case
_mjit_compile_insn_body.erb: ditto
_mjit_compile_send.erb: ditto

* Optcarrot benchmark (--jit)

Before: 65.31 fps
After: 67.82 fps

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62678 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2018-03-06 13:23:22 +00:00
..
_attributes.erb redefinition of a typedef is a C11ism 2018-01-29 08:11:02 +00:00
_c_expr.erb
_copyright.erb
_insn_entry.erb also use sp_inc in vm core 2018-01-29 06:56:56 +00:00
_insn_len_info.erb
_insn_name_info.erb Export some missing symbols for MJIT 2018-02-08 13:54:37 +00:00
_insn_operand_info.erb
_insn_stack_increase.erb
_insn_type_chars.erb
_mjit_compile_insn.erb _mjit_compile_pc_and_sp.erb: skip moving pc 2018-03-06 13:23:22 +00:00
_mjit_compile_insn_body.erb _mjit_compile_pc_and_sp.erb: skip moving pc 2018-03-06 13:23:22 +00:00
_mjit_compile_pc_and_sp.erb _mjit_compile_pc_and_sp.erb: skip moving pc 2018-03-06 13:23:22 +00:00
_mjit_compile_send.erb _mjit_compile_pc_and_sp.erb: skip moving pc 2018-03-06 13:23:22 +00:00
_notice.erb
_trace_instruction.erb
insns.inc.erb
insns_info.inc.erb
mjit_compile.inc.erb mjit_compile.c: use local variables for stack 2018-03-04 07:04:40 +00:00
opt_sc.inc.erb
optinsn.inc.erb
optunifs.inc.erb
vm.inc.erb
vmtc.inc.erb