зеркало из https://github.com/github/ruby.git
Make getinstancevariable a leaf instruction
It can no longer issue a warning.
This commit is contained in:
Родитель
01b7d5acc7
Коммит
699608487d
|
@ -210,8 +210,6 @@ getinstancevariable
|
|||
(ID id, IVC ic)
|
||||
()
|
||||
(VALUE val)
|
||||
/* "instance variable not initialized" warning can be hooked. */
|
||||
// attr bool leaf = false; /* has rb_warning() */
|
||||
{
|
||||
val = vm_getinstancevariable(GET_ISEQ(), GET_SELF(), id, ic);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче