[Webkit-unassigned] [Bug 162124] op_get_by_id_with_this should use inline caching
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Dec 20 17:00:42 PST 2016
https://bugs.webkit.org/show_bug.cgi?id=162124
--- Comment #51 from Caio Lima <ticaiolima at gmail.com> ---
Comment on attachment 296872
--> https://bugs.webkit.org/attachment.cgi?id=296872
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=296872&action=review
>> Source/JavaScriptCore/bytecode/PolymorphicAccess.cpp:971
>> + GPRReg baseForCustomGetGPR = baseGPR != thisGPR ? thisGPR : baseForGetGPR;
>
> Is this corrects? Have you tested it?
I didn't create a test for that, however I think it is necessary. I'm going to double check that.
>> Source/JavaScriptCore/dfg/DFGSpeculativeJIT32_64.cpp:264
>> + if (spillMode == DontSpill) {
>
> This should always be a constant for this function. Please remove and make it just baked into the code.
ok
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161221/9df0fb5b/attachment.html>
More information about the webkit-unassigned
mailing list