[webkit-reviews] review granted: [Bug 200875] [JSC] Ensure x?.y ?? z is fast : [Attachment 376926] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 26 13:24:54 PDT 2019


Yusuke Suzuki <ysuzuki at apple.com> has granted Ross Kirsling
<ross.kirsling at sony.com>'s request for review:
Bug 200875: [JSC] Ensure x?.y ?? z is fast
https://bugs.webkit.org/show_bug.cgi?id=200875

Attachment 376926: Patch

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




--- Comment #10 from Yusuke Suzuki <ysuzuki at apple.com> ---
Comment on attachment 376926
  --> https://bugs.webkit.org/attachment.cgi?id=376926
Patch

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

r=me

> Source/JavaScriptCore/parser/ASTBuilder.h:-1162
> -	       optionalChain->setIsDelete();

Nice.


More information about the webkit-reviews mailing list