[webkit-reviews] review granted: [Bug 172290] DFG inlining should be hardened for the no-result case : [Attachment 310514] the patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 18 10:41:19 PDT 2017


Saam Barati <sbarati at apple.com> has granted Filip Pizlo <fpizlo at apple.com>'s
request for review:
Bug 172290: DFG inlining should be hardened for the no-result case
https://bugs.webkit.org/show_bug.cgi?id=172290

Attachment 310514: the patch

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




--- Comment #2 from Saam Barati <sbarati at apple.com> ---
Comment on attachment 310514
  --> https://bugs.webkit.org/attachment.cgi?id=310514
the patch

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

r=me

> Source/JavaScriptCore/dfg/DFGByteCodeParser.cpp:76
> +    if (!(assertion)) { \

UNLIKELY here?


More information about the webkit-reviews mailing list