[Webkit-unassigned] [Bug 167856] [JSC] Add fast BytecodeGraph construction mode

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 5 11:12:47 PST 2017


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

--- Comment #2 from Yusuke Suzuki <utatane.tea at gmail.com> ---
(In reply to comment #1)
> This would be cool. What's your plan here to make it faster?

Do not collect BytecodeBasicBlock::m_offsets. Sometimes we do not need this information.
I think this reduces memory allocation if the basic block is super large. Like, kraken's data initialization.

-- 
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/20170205/4b85cd71/attachment.html>


More information about the webkit-unassigned mailing list