[webkit-reviews] review canceled: [Bug 169998] [JSC][DFG] Honor DoubleConstant in addShouldSpeculateAnyInt : [Attachment 305213] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 23 12:52:34 PDT 2017


Yusuke Suzuki <utatane.tea at gmail.com> has canceled Yusuke Suzuki
<utatane.tea at gmail.com>'s request for review:
Bug 169998: [JSC][DFG] Honor DoubleConstant in addShouldSpeculateAnyInt
https://bugs.webkit.org/show_bug.cgi?id=169998

Attachment 305213: Patch

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




--- Comment #8 from Yusuke Suzuki <utatane.tea at gmail.com> ---
Comment on attachment 305213
  --> https://bugs.webkit.org/attachment.cgi?id=305213
Patch

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

> Source/JavaScriptCore/dfg/DFGGraph.h:313
> +	   return (left->shouldSpeculateAnyInt() ||
right->shouldSpeculateAnyInt())

I think we should see NodeFlags here.


More information about the webkit-reviews mailing list