Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 7ee1dc84cc954bd850fcf3506a1eb6caad64b36c
      
https://github.com/WebKit/WebKit/commit/7ee1dc84cc954bd850fcf3506a1eb6caad64b36c
  Author: Daniel Liu <[email protected]>
  Date:   2025-03-14 (Fri, 14 Mar 2025)

  Changed paths:
    M Source/JavaScriptCore/wasm/WasmOMGIRGenerator.cpp

  Log Message:
  -----------
  BBQ->OMG OSR should count try blocks when IPInt is enabled to synchronize 
counts
https://bugs.webkit.org/show_bug.cgi?id=289723
rdar://146072013

Reviewed by Yusuke Suzuki.

During IPInt->BBQ OSR, we add slots in the stackmap for try blocks 
(289960@main).
However, we did not update the BBQ->OMG loop OSR buffer OSR. Since OMG only 
looks
at the exception value when a catch is hit, we don't need to

* Source/JavaScriptCore/wasm/WasmOMGIRGenerator.cpp:
(JSC::Wasm::OMGIRGenerator::addLoop):

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to