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

  Changed paths:
    M Source/JavaScriptCore/dfg/DFGCodeOriginPool.cpp
    M Source/JavaScriptCore/dfg/DFGCodeOriginPool.h
    M Source/JavaScriptCore/dfg/DFGSpeculativeJIT.cpp
    M Source/JavaScriptCore/ftl/FTLCompile.cpp
    M Source/JavaScriptCore/ftl/FTLLowerDFGToB3.cpp
    M Source/JavaScriptCore/jit/JIT.cpp
    M Source/JavaScriptCore/jit/JITThunks.h
    M Source/JavaScriptCore/jit/ThunkGenerators.cpp
    M Source/JavaScriptCore/jit/ThunkGenerators.h

  Log Message:
  -----------
  [JSC] Add ThrowStackOverflowAtPrologue thunk
https://bugs.webkit.org/show_bug.cgi?id=288304
rdar://145393291

Reviewed by Keith Miller.

Add ThrowStackOverflowAtPrologue thunk, which is common in all code in
JIT.

* Source/JavaScriptCore/dfg/DFGSpeculativeJIT.cpp:
(JSC::DFG::SpeculativeJIT::compile):
(JSC::DFG::SpeculativeJIT::compileFunction):
* Source/JavaScriptCore/ftl/FTLCompile.cpp:
(JSC::FTL::compile):
* Source/JavaScriptCore/ftl/FTLLowerDFGToB3.cpp:
(JSC::FTL::DFG::LowerDFGToB3::lower):
* Source/JavaScriptCore/jit/JIT.cpp:
(JSC::JIT::compileAndLinkWithoutFinalizing):
* Source/JavaScriptCore/jit/JITThunks.h:
* Source/JavaScriptCore/jit/ThunkGenerators.cpp:
(JSC::throwStackOverflowAtPrologueGenerator):
* Source/JavaScriptCore/jit/ThunkGenerators.h:

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