[Webkit-unassigned] [Bug 158083] LLInt should support other types of prototype GetById caching.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jun 5 12:05:07 PDT 2016


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

--- Comment #26 from Keith Miller <keith_miller at apple.com> ---
(In reply to comment #25)
> In this patch I fixed the regressions and tried to inline the op_code. I am
> sending my experimental code commented. However, I am facing problems to get
> the Getter Function and store it in the Calle member of the JS Stack entry.
> Could you help me on this?

Thinking about this further I realized that in order to inline the call we would need to have CallLinkInfo for the getter Callee. That would tell us what address to call when the function we are calling gets tiered up. Unfortunately, as far as I know, we don't have any kind of CallLinkInfo for the LLInt. Without, CallLinkInfo I think you would need to call into C++ to find the call location anyway. Let me look into this further but I think it might not be worthwhile to inline normal getters. We should still be able to  inline custom getters however.

-- 
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/20160605/77019901/attachment.html>


More information about the webkit-unassigned mailing list