[webkit-reviews] review granted: [Bug 128443] Don't throw away code if there is code on the worklists : [Attachment 223551] the patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 7 22:38:22 PST 2014


Joseph Pecoraro <joepeck at webkit.org> has granted Filip Pizlo
<fpizlo at apple.com>'s request for review:
Bug 128443: Don't throw away code if there is code on the worklists
https://bugs.webkit.org/show_bug.cgi?id=128443

Attachment 223551: the patch
https://bugs.webkit.org/attachment.cgi?id=223551&action=review

------- Additional Comments from Joseph Pecoraro <joepeck at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=223551&action=review


r=me

> Source/JavaScriptCore/dfg/DFGWorklist.h:73
> +    bool isActive() { return !!m_plans.size(); }

Nit: const


More information about the webkit-reviews mailing list