[webkit-changes] [WebKit/WebKit] 815f67: [JSC] Remove "[(assertions are disabled)]" in dump...

Yusuke Suzuki noreply at github.com
Thu Dec 15 08:20:07 PST 2022


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

  Changed paths:
    M Source/JavaScriptCore/b3/B3Value.h
    M Source/JavaScriptCore/wasm/WasmBBQPlan.cpp

  Log Message:
  -----------
  [JSC] Remove "[(assertions are disabled)]" in dumpDisassembly
https://bugs.webkit.org/show_bug.cgi?id=249383
rdar://problem/103395381

Reviewed by Mark Lam.

It is rather hard to see the dumped data in release build. So if string is empty, let's not emit anything.

* Source/JavaScriptCore/b3/B3Value.h:
* Source/JavaScriptCore/wasm/WasmBBQPlan.cpp:
(JSC::Wasm::BBQPlan::dumpDisassembly):

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




More information about the webkit-changes mailing list