[webkit-reviews] review granted: [Bug 195490] DFG::Worklist can be shrunk by 16 bytes : [Attachment 364085] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 10 15:30:36 PDT 2019


Darin Adler <darin at apple.com> has granted Robin Morisset
<rmorisset at apple.com>'s request for review:
Bug 195490: DFG::Worklist can be shrunk by 16 bytes
https://bugs.webkit.org/show_bug.cgi?id=195490

Attachment 364085: Patch

https://bugs.webkit.org/attachment.cgi?id=364085&action=review




--- Comment #4 from Darin Adler <darin at apple.com> ---
Comment on attachment 364085
  --> https://bugs.webkit.org/attachment.cgi?id=364085
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=364085&action=review

> Source/JavaScriptCore/dfg/DFGWorklist.cpp:187
> +    : m_numberOfActiveThreads(0)

Initialize in class definition instead?


More information about the webkit-reviews mailing list