[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:35:09 PDT 2016


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

--- Comment #30 from Saam Barati <sbarati at apple.com> ---
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/a6b8559f/attachment-0001.html>


More information about the webkit-unassigned mailing list