[webkit-changes] [WebKit/WebKit] e172f5: [Wasm-GC] wasm-b3 test config in run-jsc-stress-te...

Commit Queue noreply at github.com
Tue Feb 28 12:31:05 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: e172f58e7b57a5ab2bae4fa2db88000dd8cd9c17
      https://github.com/WebKit/WebKit/commit/e172f58e7b57a5ab2bae4fa2db88000dd8cd9c17
  Author: David Degazio <d_degazio at apple.com>
  Date:   2023-02-28 (Tue, 28 Feb 2023)

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

  Log Message:
  -----------
  [Wasm-GC] wasm-b3 test config in run-jsc-stress-tests script doesn't run B3
https://bugs.webkit.org/show_bug.cgi?id=252722
rdar://106039216

Reviewed by Justin Michaud.

Adding the new BBQ baseline JIT command line option seems to have broken the
ability to enable BBQ B3 from command line in general. This patch fixes that
by restoring the previous check to --wasmBBQUsesAir, and using Air only if it
is enabled.

* Source/JavaScriptCore/wasm/WasmBBQPlan.cpp:
(JSC::Wasm::BBQPlan::planGeneratesLoopOSREntrypoints):

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




More information about the webkit-changes mailing list