[webkit-reviews] review granted: [Bug 175523] [DFG] Relax arity requirement : [Attachment 319435] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Sep 2 00:02:05 PDT 2017


Saam Barati <sbarati at apple.com> has granted Yusuke Suzuki
<utatane.tea at gmail.com>'s request for review:
Bug 175523: [DFG] Relax arity requirement
https://bugs.webkit.org/show_bug.cgi?id=175523

Attachment 319435: Patch

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




--- Comment #18 from Saam Barati <sbarati at apple.com> ---
Comment on attachment 319435
  --> https://bugs.webkit.org/attachment.cgi?id=319435
Patch

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

> Source/JavaScriptCore/dfg/DFGByteCodeParser.cpp:1583
> +	       for (int index = 0; index < argumentCountIncludingThis; ++index)

How does this loop not overwrite itself?


More information about the webkit-reviews mailing list