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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 20 19:44:51 PDT 2017


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

Yusuke Suzuki <utatane.tea at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fpizlo at apple.com

--- Comment #122 from Yusuke Suzuki <utatane.tea at gmail.com> ---
I think non-JIT performance is important.

We already retired some old JIT arches like SH4.
And we do not actively maintain the existing but non-major JIT arch like ARM6.
If we would like to freely focus on existing high-performance JIT (lovely x64, ARM64!), I think we should keep LLInt fast for non-JIT.
In addition to slightly improve the performance of LLInt in JIT supported environments, it helps us to easily say that "OK, you do not need to worry about your non-JIT supported arch performance. LLInt is already super fast!".

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170721/3fa536c2/attachment.html>


More information about the webkit-unassigned mailing list