Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 4509bc45572fab61d015545d1b8364027a6cb774
      
https://github.com/WebKit/WebKit/commit/4509bc45572fab61d015545d1b8364027a6cb774
  Author: Chris Dumez <[email protected]>
  Date:   2025-10-10 (Fri, 10 Oct 2025)

  Changed paths:
    M Source/JavaScriptCore/assembler/LinkBuffer.h
    M Source/JavaScriptCore/assembler/MacroAssemblerCodeRef.cpp
    M Source/JavaScriptCore/disassembler/Disassembler.cpp
    M Source/JavaScriptCore/disassembler/Disassembler.h
    M Source/JavaScriptCore/ftl/FTLCompile.cpp
    M Source/JavaScriptCore/ftl/FTLLink.cpp
    M Source/JavaScriptCore/jit/ExecutableAllocator.cpp
    M Source/JavaScriptCore/jsc.cpp
    M Source/JavaScriptCore/runtime/Options.cpp
    M Source/JavaScriptCore/runtime/OptionsList.h
    M Source/JavaScriptCore/runtime/VM.cpp

  Log Message:
  -----------
  [JSC] Drop dead code for asynchronous disassembly
https://bugs.webkit.org/show_bug.cgi?id=300496

Reviewed by Keith Miller.

* Source/JavaScriptCore/assembler/LinkBuffer.h:
* Source/JavaScriptCore/assembler/MacroAssemblerCodeRef.cpp:
(JSC::shouldDumpDisassemblyFor):
* Source/JavaScriptCore/disassembler/Disassembler.cpp:
(JSC::disassembleAsynchronously): Deleted.
(JSC::waitForAsynchronousDisassembly): Deleted.
* Source/JavaScriptCore/disassembler/Disassembler.h:
* Source/JavaScriptCore/ftl/FTLCompile.cpp:
(JSC::FTL::compile):
* Source/JavaScriptCore/ftl/FTLLink.cpp:
(JSC::FTL::link):
* Source/JavaScriptCore/jit/ExecutableAllocator.cpp:
(JSC::jitWriteThunkGenerator):
* Source/JavaScriptCore/jsc.cpp:
(JSC::jscExit):
* Source/JavaScriptCore/runtime/Options.cpp:
(JSC::disableAllJITOptions):
(JSC::Options::notifyOptionsChanged):
* Source/JavaScriptCore/runtime/OptionsList.h:
* Source/JavaScriptCore/runtime/VM.cpp:
(JSC::VM::~VM):

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to