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
Takashi Kokubun 0cd7be99e9
Avoid referring to an old value of realloc
OpenBSD RubyCI has failed with SEGV since 4bcd5981e8.
https://rubyci.org/logs/rubyci.s3.amazonaws.com/openbsd-current/ruby-master/log/20200312T223005Z.fail.html.gz

This was because `status->cc_entries` could be stale after `realloc` call
for inlined iseqs.
2020-03-12 22:51:34 -07:00
..
_attributes.erb
_c_expr.erb
_comptime_insn_stack_increase.erb Combine call info and cache to speed up method invocation 2019-10-24 18:03:42 +09:00
_copyright.erb
_insn_entry.erb Make sure we don't push MOVED or NONE on the stack 2019-12-11 11:07:15 -08:00
_insn_len_info.erb
_insn_name_info.erb
_insn_operand_info.erb
_insn_sp_pc_dependency.erb
_insn_type_chars.erb
_leaf_helpers.erb Avoid top-level search for nested constant reference from nil in defined? 2019-11-13 15:36:58 +09:00
_mjit_compile_insn.erb VALUE size packed callinfo (ci). 2020-02-22 09:58:59 +09:00
_mjit_compile_insn_body.erb MJIT Support for getblockparamproxy 2019-07-14 18:04:19 +09:00
_mjit_compile_ivar.erb Introduce an "Inline IVAR cache" struct 2019-12-05 13:37:02 -08:00
_mjit_compile_pc_and_sp.erb
_mjit_compile_send.erb Avoid referring to an old value of realloc 2020-03-12 22:51:34 -07:00
_notice.erb
_sp_inc_helpers.erb VALUE size packed callinfo (ci). 2020-02-22 09:58:59 +09:00
_trace_instruction.erb
insns.inc.erb
insns_info.inc.erb Combine call info and cache to speed up method invocation 2019-10-24 18:03:42 +09:00
mjit_compile.inc.erb Avoid referring to an old value of realloc 2020-03-12 22:51:34 -07:00
opt_sc.inc.erb
optinsn.inc.erb
optunifs.inc.erb
vm.inc.erb
vmtc.inc.erb