Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 8c02c7ed2f319fc0e255afa6455733666c7936a9
      
https://github.com/WebKit/WebKit/commit/8c02c7ed2f319fc0e255afa6455733666c7936a9
  Author: David Degazio <[email protected]>
  Date:   2024-04-17 (Wed, 17 Apr 2024)

  Changed paths:
    R JSTests/microbenchmarks/wasm-cc-int-to-int.js
    R JSTests/microbenchmarks/wasm-cc-int-to-int.wasm
    R JSTests/microbenchmarks/wasm-cc-int-to-int.wat
    R JSTests/wasm/stress/cc-i32-kitchen-sink.js
    R JSTests/wasm/stress/cc-int-to-int-cross-module-with-exception.js
    M JSTests/wasm/stress/cc-int-to-int-cross-module.js
    R JSTests/wasm/stress/cc-int-to-int-memory.js
    R JSTests/wasm/stress/cc-int-to-int-no-jit.js
    M JSTests/wasm/stress/cc-int-to-int.js
    M Source/JavaScriptCore/llint/InPlaceInterpreter.cpp
    M Source/JavaScriptCore/llint/InPlaceInterpreter.h
    M Source/JavaScriptCore/llint/WebAssembly.asm
    M Source/JavaScriptCore/runtime/OptionsList.h
    M Source/JavaScriptCore/wasm/WasmBBQPlan.cpp
    M Source/JavaScriptCore/wasm/WasmCallee.cpp
    M Source/JavaScriptCore/wasm/WasmCallee.h
    M Source/JavaScriptCore/wasm/WasmLLIntPlan.cpp
    M Source/JavaScriptCore/wasm/WasmLLIntPlan.h
    M Source/JavaScriptCore/wasm/js/WebAssemblyFunction.cpp
    M Source/JavaScriptCore/wasm/js/WebAssemblyFunction.h

  Log Message:
  -----------
  Unreviewed revert 277566@main because of crash in wasmLLIntPCRangeStart
https://bugs.webkit.org/show_bug.cgi?id=272833
rdar://126631479

Unreviewed.

Reverts commit that partially removed JS->Wasm LLInt entry thunks due to
a crash that happened on certain platforms.

* JSTests/microbenchmarks/wasm-cc-int-to-int.js: Removed.
* JSTests/microbenchmarks/wasm-cc-int-to-int.wasm: Removed.
* JSTests/microbenchmarks/wasm-cc-int-to-int.wat: Removed.
* JSTests/wasm/stress/cc-i32-kitchen-sink.js: Removed.
* JSTests/wasm/stress/cc-int-to-int-cross-module-with-exception.js: Removed.
* JSTests/wasm/stress/cc-int-to-int-cross-module.js:
* JSTests/wasm/stress/cc-int-to-int-memory.js: Removed.
* JSTests/wasm/stress/cc-int-to-int-no-jit.js: Removed.
* JSTests/wasm/stress/cc-int-to-int.js:
* Source/JavaScriptCore/llint/InPlaceInterpreter.cpp:
(JSC::IPInt::initialize):
* Source/JavaScriptCore/llint/InPlaceInterpreter.h:
* Source/JavaScriptCore/llint/WebAssembly.asm:
* Source/JavaScriptCore/runtime/OptionsList.h:
* Source/JavaScriptCore/wasm/WasmBBQPlan.cpp:
(JSC::Wasm::BBQPlan::work):
* Source/JavaScriptCore/wasm/WasmCallee.cpp:
(JSC::Wasm::JSEntrypointInterpreterCallee::JSEntrypointInterpreterCallee):
(JSC::Wasm::JSEntrypointInterpreterCallee::entrypointImpl const):
(JSC::Wasm::JSEntrypointInterpreterCallee::calleeSaveRegistersImpl):
* Source/JavaScriptCore/wasm/WasmCallee.h:
(JSC::Wasm::jsEntrypointMetadataForGPR): Deleted.
(JSC::Wasm::jsEntrypointMetadataForFPR): Deleted.
(JSC::Wasm::dumpJSEntrypointInterpreterCalleeMetadata): Deleted.
* Source/JavaScriptCore/wasm/WasmLLIntPlan.cpp:
(JSC::Wasm::LLIntPlan::didCompleteCompilation):
(JSC::Wasm::LLIntPlan::makeInterpretedJSToWasmCallee): Deleted.
* Source/JavaScriptCore/wasm/WasmLLIntPlan.h:
* Source/JavaScriptCore/wasm/js/WebAssemblyFunction.cpp:
(JSC::m_boxedWasmCallee):
(JSC::m_jsToWasmBoxedInterpreterCallee): Deleted.
* Source/JavaScriptCore/wasm/js/WebAssemblyFunction.h:

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