Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: a9baf3a34bde2fea859623aaae6f8893b03d5874
      
https://github.com/WebKit/WebKit/commit/a9baf3a34bde2fea859623aaae6f8893b03d5874
  Author: Yusuke Suzuki <[email protected]>
  Date:   2025-02-23 (Sun, 23 Feb 2025)

  Changed paths:
    M Source/JavaScriptCore/dfg/DFGJITCompiler.cpp
    M Source/JavaScriptCore/dfg/DFGJITCompiler.h
    M Source/JavaScriptCore/dfg/DFGSpeculativeJIT.h
    M Source/JavaScriptCore/jit/JIT.cpp
    M Source/JavaScriptCore/jit/JIT.h
    M Source/JavaScriptCore/jit/JITThunks.h
    M Source/JavaScriptCore/jit/ThunkGenerators.cpp
    M Source/JavaScriptCore/jit/ThunkGenerators.h

  Log Message:
  -----------
  [JSC] Remove HandleExceptionWithCallFrameRollback thunk
https://bugs.webkit.org/show_bug.cgi?id=288318
rdar://problem/145432961

Reviewed by Yijia Huang.

This patch removes HandleExceptionWithCallFrameRollback thunk
as it is only used by throwStackOverflow thunk. We just embed it into
throwStackOverflow thunk.

* Source/JavaScriptCore/dfg/DFGJITCompiler.cpp:
(JSC::DFG::JITCompiler::exceptionJumpWithCallFrameRollback): Deleted.
* Source/JavaScriptCore/dfg/DFGJITCompiler.h:
* Source/JavaScriptCore/dfg/DFGSpeculativeJIT.h:
(JSC::DFG::SpeculativeJIT::callThrowOperationWithCallFrameRollback): Deleted.
* Source/JavaScriptCore/jit/JIT.cpp:
(JSC::JIT::exceptionChecksWithCallFrameRollback): Deleted.
* Source/JavaScriptCore/jit/JIT.h:
* Source/JavaScriptCore/jit/JITThunks.h:
* Source/JavaScriptCore/jit/ThunkGenerators.cpp:
(JSC::throwStackOverflowAtPrologueGenerator):
(JSC::handleExceptionWithCallFrameRollbackGenerator): Deleted.
* Source/JavaScriptCore/jit/ThunkGenerators.h:

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