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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 5 12:29:46 PST 2017


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

--- Comment #3 from Saam Barati <sbarati at apple.com> ---
(In reply to comment #2)
> (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.

Nice! I measured that it took something like 3-5ms to run the algorithm on the huge program code block from ai-astart. So any improvement for this would be awesome.

-- 
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/83c30783/attachment.html>


More information about the webkit-unassigned mailing list