|
Relates :
|
This cutout in the inlining code is keeping us from taking advantage of the type profile information in cases where we could.
if (receiver_method->holder() != ik) {
receiver_method = NULL;
}
It should be removed.
|