[webkit-changes] [WebKit/WebKit] dc07b5: Invalid use of checkedSum in WasmOMGIRGenerator

Yusuke Suzuki noreply at github.com
Wed Aug 7 22:43:07 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: dc07b5e87d54d74d1a7f86c2ba92b914709edfe0
      https://github.com/WebKit/WebKit/commit/dc07b5e87d54d74d1a7f86c2ba92b914709edfe0
  Author: Yusuke Suzuki <ysuzuki at apple.com>
  Date:   2024-08-07 (Wed, 07 Aug 2024)

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

  Log Message:
  -----------
  Invalid use of checkedSum in WasmOMGIRGenerator
https://bugs.webkit.org/show_bug.cgi?id=277778
rdar://129768477

Reviewed by Yijia Huang.

Fix wrong use of checkedSum in wasm tail calls.

* Source/JavaScriptCore/wasm/WasmOMGIRGenerator.cpp:
(JSC::Wasm::prepareForTailCallImpl):
(JSC::Wasm::OMGIRGenerator::createTailCallPatchpoint):
* Source/JavaScriptCore/wasm/WasmOMGIRGenerator32_64.cpp:
(JSC::Wasm::OMGIRGenerator::createTailCallPatchpoint):

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



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list