Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
merge conflict fail
  • Loading branch information
Charlie Somerville committed Oct 23, 2013
commit 822a288e8c32a2e6df3544d9bcde9e4d4cb9c490
1 change: 1 addition & 0 deletions vm_insnhelper.c
Original file line number Diff line number Diff line change
Expand Up @@ -845,6 +845,7 @@ vm_search_method(rb_call_info_t *ci, VALUE recv)
#if OPT_INLINE_METHOD_CACHE
if (LIKELY(GET_VM_STATE_VERSION() == ci->vmstat && RCLASS_EXT(klass)->seq == ci->seq)) {
/* cache hit! */
return;
}
#endif

Expand Down