Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 793fd5461d93f00dd4b0738b10235a4213303b2a
      
https://github.com/WebKit/WebKit/commit/793fd5461d93f00dd4b0738b10235a4213303b2a
  Author: Yusuke Suzuki <[email protected]>
  Date:   2026-07-15 (Wed, 15 Jul 2026)

  Changed paths:
    M Source/JavaScriptCore/dfg/DFGByteCodeParser.cpp

  Log Message:
  -----------
  [JSC] async-generator fast consume should insert ExitOK
https://bugs.webkit.org/show_bug.cgi?id=319513
rdar://182321958

Reviewed by Yijia Huang.

Occasional test failure is happening in 
stress/async-iterator-fast-consumer-vs-generic-equivalence.js.dfg-eager.
This is because of missing ExitOK (so fixup phase will insert Checks
even before the node is inserted). This patch fixes it.

* Source/JavaScriptCore/dfg/DFGByteCodeParser.cpp:
(JSC::DFG::ByteCodeParser::handleAsyncIteratorOpen):

Canonical link: https://commits.webkit.org/317267@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to