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 83e1b361c8 _mjit_compile_ivar.erb: optimize setivar as well
mjit_compile.inc.erb: ditto
common.mk: update dependency for the rename from getivar.erb

=== Optcarrot benchmark ===
```
$ benchmark-driver benchmark.yml --rbenv '2.0.0::2.0.0-p648 --disable-gems;before::before --disable-gems;before+JIT::before --disable-gems --jit;after::after --disable-gems;after+JIT::after --disable-gems --jit' -v --repeat-count 24
2.0.0: ruby 2.0.0p648 (2015-12-16 revision 53162) [x86_64-linux]
before: ruby 2.6.0dev (2018-10-14 trunk 65074) [x86_64-linux]
before+JIT: ruby 2.6.0dev (2018-10-14 trunk 65074) +JIT [x86_64-linux]
after: ruby 2.6.0dev (2018-10-14 trunk 65074) [x86_64-linux]
after+JIT: ruby 2.6.0dev (2018-10-14 trunk 65074) +JIT [x86_64-linux]
Calculating -------------------------------------
                              2.0.0      before  before+JIT       after   after+JIT
Optcarrot Lan_Master.nes     34.434      53.125      84.782      53.321      86.812 fps

Comparison:
             Optcarrot Lan_Master.nes
               after+JIT:        86.8 fps
              before+JIT:        84.8 fps - 1.02x  slower
                   after:        53.3 fps - 1.63x  slower
                  before:        53.1 fps - 1.63x  slower
                   2.0.0:        34.4 fps - 2.52x  slower
```

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65076 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2018-10-14 13:25:21 +00:00
..
_attributes.erb
_c_expr.erb
_copyright.erb
_insn_entry.erb move ADD_PC around (take 2) 2018-09-14 07:44:44 +00:00
_insn_len_info.erb
_insn_name_info.erb
_insn_operand_info.erb
_insn_stack_increase.erb
_insn_type_chars.erb
_leaf_helpers.erb add new instruction attribute called leaf 2018-09-11 09:48:58 +00:00
_mjit_compile_insn.erb _mjit_compile_insn.erb: move pc on JIT cancel 2018-09-11 15:14:56 +00:00
_mjit_compile_insn_body.erb move ADD_PC around (take 2) 2018-09-14 07:44:44 +00:00
_mjit_compile_ivar.erb _mjit_compile_ivar.erb: optimize setivar as well 2018-10-14 13:25:21 +00:00
_mjit_compile_pc_and_sp.erb _mjit_compile_pc_and_sp.erb: forget about memcpy [ci skip] 2018-09-12 13:32:11 +00:00
_mjit_compile_send.erb _mjit_compile_send.erb: remove TODO comment solved [ci skip] 2018-09-24 06:21:19 +00:00
_mjit_compile_send_guard.erb _mjit_compile_send.erb: retry inlining attr_reader 2018-05-03 08:47:32 +00:00
_notice.erb
_trace_instruction.erb
insns.inc.erb
insns_info.inc.erb add new instruction attribute called leaf 2018-09-11 09:48:58 +00:00
mjit_compile.inc.erb _mjit_compile_ivar.erb: optimize setivar as well 2018-10-14 13:25:21 +00:00
opt_sc.inc.erb
optinsn.inc.erb
optunifs.inc.erb
vm.inc.erb
vmtc.inc.erb