Bug #4289 » 0001-revert-r29673-optimization-which-caused-segfaults.patch
| vm_method.c | ||
|---|---|---|
|
{
|
||
|
struct cache_entry *ent, *end;
|
||
|
if (RCLASS_M_TBL(klass)->num_entries == 0)
|
||
|
return;
|
||
|
rb_vm_change_state();
|
||
|
if (!ruby_running)
|
||