[webkit-changes] [WebKit/WebKit] ef7aad: [JSC] byteSize is wrong (bits size)

Yusuke Suzuki noreply at github.com
Thu Dec 15 00:35:34 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: ef7aadafa04caefd5cbfe9f63ae32dc401437fd2
      https://github.com/WebKit/WebKit/commit/ef7aadafa04caefd5cbfe9f63ae32dc401437fd2
  Author: Yusuke Suzuki <ysuzuki at apple.com>
  Date:   2022-12-15 (Thu, 15 Dec 2022)

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

  Log Message:
  -----------
  [JSC] byteSize is wrong (bits size)
https://bugs.webkit.org/show_bug.cgi?id=249373

Reviewed by Mark Lam.

`byteSize < 32` is wrong since it is bits size.

* Source/JavaScriptCore/wasm/WasmB3IRGenerator.cpp:
(JSC::Wasm::B3IRGenerator::addSIMDStoreLane):

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




More information about the webkit-changes mailing list