Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 66fbef30f2c22df35cf1d8603816acdb15555b52
      
https://github.com/WebKit/WebKit/commit/66fbef30f2c22df35cf1d8603816acdb15555b52
  Author: Daniel Liu <[email protected]>
  Date:   2025-06-30 (Mon, 30 Jun 2025)

  Changed paths:
    M JSTests/wasm/lowExecutableMemory/imports-oom.js
    M Source/JavaScriptCore/wasm/WasmBinding.cpp
    M Source/JavaScriptCore/wasm/js/WasmToJS.cpp

  Log Message:
  -----------
  wasm->wasm and wasm->js thunk executable allocation should be 
JITCompilationMustSucceed
https://bugs.webkit.org/show_bug.cgi?id=295218
rdar://154519254

Reviewed by Justin Michaud and Mark Lam.

This fixes some behavior with Wasm tests where executable allocation
fuzzing leads to Wasm modules exiting early due to a pretend failing
allocation. These thunks aren't very large, and we shouldn't fail to
allocate these unless the entire system is OOM anyway.

* JSTests/wasm/lowExecutableMemory/imports-oom.js:
* Source/JavaScriptCore/wasm/WasmBinding.cpp:
(JSC::Wasm::wasmToWasm):
* Source/JavaScriptCore/wasm/js/WasmToJS.cpp:
(JSC::Wasm::wasmToJS):

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