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 51a0f04e6b _mjit_compile_send.erb: do not inline tailcall ISeq
because it's not supported by this file. Also, shared `def_iseq_ptr`
instead of copying the main definition of it.

vm_core.h: moved `def_iseq_ptr` to this place. added `inline` to avoid
compiler warnings since it's not used in some files including vm_core.h.
vm_insnhelper.c: moved `def_iseq_ptr` to vm_core.h.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65440 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2018-10-30 14:57:03 +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 tool/ruby_vm/views/_insn_name_info.erb: Auto-detect the longest insn name 2018-05-02 00:57:50 +00:00
_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: cancel on undefined ivar 2018-10-24 15:41:14 +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: do not inline tailcall ISeq 2018-10-30 14:57:03 +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