[Webkit-unassigned] [Bug 162124] op_get_by_id_with_this should use inline caching

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 19 23:14:54 PST 2016


https://bugs.webkit.org/show_bug.cgi?id=162124

--- Comment #50 from Saam Barati <sbarati at apple.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?

> 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.

-- 
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/20161220/3269d007/attachment.html>


More information about the webkit-unassigned mailing list