Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 4a5038a793e39d95fd3b192da2d2aa567223a737
      
https://github.com/WebKit/WebKit/commit/4a5038a793e39d95fd3b192da2d2aa567223a737
  Author: Dan Hecht <[email protected]>
  Date:   2025-10-13 (Mon, 13 Oct 2025)

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

  Log Message:
  -----------
  [JSC] WASM IPInt SIMD: do not try to access jsCallingConvention() when 
signature has v128
https://bugs.webkit.org/show_bug.cgi?id=300518
rdar://162383774

Reviewed by Yusuke Suzuki.

We should check for v128 in the signature before accessing jsCallingConvention()
since imports aren't allowed to have v128 (and JSCallingConvention
RELEASE_ASSERTs that).

Testing: found by v8/simd-errors.js when running JIT-less Wasm SIMD

* Source/JavaScriptCore/wasm/WasmOperations.cpp:
(JSC::Wasm::JSC_DEFINE_JIT_OPERATION):

Canonical link: https://commits.webkit.org/301412@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