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/models
k0kubun 67bd8fb36b _mjit_compile_pc_and_sp.erb: skip moving pc
when catch_except_p is false and insn.always_leaf? is true (never makes
arbitrary method call in the insn).

On Optcarrot, unfortunately this didn't have measureable performance impact.
But still this is a good direction since it becomes much faster when
marking all insns as always leaf.

bare_instructions.rb: add `#always_leaf?` that indicates the insn can
always be considered as leaf. Using dynamic leaf for JIT would be hard
since it requires to discard outdated code somehow.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64683 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2018-09-11 12:53:52 +00:00
..
attribute.rb tool/ruby_vm/models/attribute.rb: void for empty arguments 2018-01-15 05:27:11 +00:00
bare_instructions.rb _mjit_compile_pc_and_sp.erb: skip moving pc 2018-09-11 12:53:52 +00:00
c_expr.rb tool/ruby_vm support for pre-2.1 BASERUBY 2018-01-12 08:38:11 +00:00
instructions.rb delete tool/instruction.rb (2nd try) 2018-01-12 08:38:09 +00:00
instructions_unifications.rb tool/ruby_vm support for pre-2.1 BASERUBY 2018-01-12 08:38:11 +00:00
operands_unifications.rb tool/ruby_vm support for pre-2.0 BASERUBY 2018-01-12 08:38:12 +00:00
trace_instructions.rb tool/ruby_vm support for pre-2.1 BASERUBY 2018-01-12 08:38:11 +00:00
typemap.rb Reverting r62775, this should fix i686 builds 2018-03-19 18:21:54 +00:00