[Webkit-unassigned] [Bug 237385] let vs var performance

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 2 17:09:15 PST 2022


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

--- Comment #2 from Yusuke Suzuki <ysuzuki at apple.com> ---
Measurement needs to be isolated by a function. And need to ensure that both functions are not inlined. Since both are run in one function, thus, the first one gets penalty because the latter one could get optimizing JIT.

-- 
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/20220303/8d318ea1/attachment.htm>


More information about the webkit-unassigned mailing list