[webkit-changes] [WebKit/WebKit] 70ea14: [JSC] Add dumpBaselineDisassembly

Yusuke Suzuki noreply at github.com
Thu Apr 11 08:16:59 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 70ea1485c4a5ee42ad03550683e465aa37b75aa0
      https://github.com/WebKit/WebKit/commit/70ea1485c4a5ee42ad03550683e465aa37b75aa0
  Author: Yusuke Suzuki <ysuzuki at apple.com>
  Date:   2024-04-11 (Thu, 11 Apr 2024)

  Changed paths:
    M Source/JavaScriptCore/assembler/LinkBuffer.h
    M Source/JavaScriptCore/jit/JIT.cpp
    M Source/JavaScriptCore/jit/JITCode.cpp
    M Source/JavaScriptCore/runtime/Options.cpp
    M Source/JavaScriptCore/runtime/OptionsList.h

  Log Message:
  -----------
  [JSC] Add dumpBaselineDisassembly
https://bugs.webkit.org/show_bug.cgi?id=272508
rdar://126256540

Reviewed by Keith Miller.

This patch adds dumpBaselineDisassembly option, which only dumps Baseline JIT disassembly.

* Source/JavaScriptCore/assembler/LinkBuffer.h:
* Source/JavaScriptCore/jit/JIT.cpp:
(JSC::JIT::compileAndLinkWithoutFinalizing):
(JSC::JIT::link):
* Source/JavaScriptCore/jit/JITCode.cpp:
(JSC::JITCodeWithCodeRef::~JITCodeWithCodeRef):
* Source/JavaScriptCore/runtime/Options.cpp:
(JSC::disableAllJITOptions):
(JSC::Options::notifyOptionsChanged):
* Source/JavaScriptCore/runtime/OptionsList.h:

Canonical link: https://commits.webkit.org/277385@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