[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 16:31:16 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=158083
--- Comment #29 from Saam Barati <sbarati at apple.com> ---
Comment on attachment 280560
--> https://bugs.webkit.org/attachment.cgi?id=280560
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=280560&action=review
Have you run any benchmarks?
> Source/JavaScriptCore/llint/LLIntSlowPaths.cpp:713
> + LLINT_OP(1) = result;
> +
> + pc[OPCODE_LENGTH(op_get_by_id) - 1].u.profile->m_buckets[0] = JSValue::encode(result);
> + LLINT_END();
I think LLINT_RETURN_PROFILED does this for you
--
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/27b311f6/attachment.html>
More information about the webkit-unassigned
mailing list