[webkit-changes] [WebKit/WebKit] 411ebf: Remove WASM op crash.

Justin Michaud noreply at github.com
Fri Dec 9 09:04:43 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 411ebf84f3bdfcd8e172f9599907a306c8f5e4a5
      https://github.com/WebKit/WebKit/commit/411ebf84f3bdfcd8e172f9599907a306c8f5e4a5
  Author: Justin Michaud <justin_michaud at apple.com>
  Date:   2022-12-09 (Fri, 09 Dec 2022)

  Changed paths:
    M Source/JavaScriptCore/bytecode/BytecodeList.rb
    M Source/JavaScriptCore/llint/WebAssembly.asm
    M Source/JavaScriptCore/wasm/WasmLLIntGenerator.cpp

  Log Message:
  -----------
  Remove WASM op crash.
https://bugs.webkit.org/show_bug.cgi?id=248985

Reviewed by Yusuke Suzuki.

Remove op crash because we ran out of LLInt opcodes. This should
allow other in-flight patches to land.

* Source/JavaScriptCore/bytecode/BytecodeList.rb:
* Source/JavaScriptCore/llint/WebAssembly.asm:
* Source/JavaScriptCore/wasm/WasmLLIntGenerator.cpp:
(JSC::Wasm::LLIntGenerator::addCrash):

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




More information about the webkit-changes mailing list