Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: fd80b6547c5d44dbf20108f5d34e584bf7230fc0
      
https://github.com/WebKit/WebKit/commit/fd80b6547c5d44dbf20108f5d34e584bf7230fc0
  Author: Keith Miller <keith_mil...@apple.com>
  Date:   2024-04-16 (Tue, 16 Apr 2024)

  Changed paths:
    M Source/JavaScriptCore/dfg/DFGOSRExit.cpp
    M Source/JavaScriptCore/ftl/FTLOSRExitCompiler.cpp

  Log Message:
  -----------
  OSR Exit disassembly dump should convert ASCIILiteral to char*
https://bugs.webkit.org/show_bug.cgi?id=272760
rdar://126560240

Reviewed by Yusuke Suzuki.

When we made ASCIILiteral a wrapper around std::span I missed there we some 
places that
were passing the ASCIILiteral to a format string relying on them having the 
same layout.
Instead we should just pass the characters explicitly.

* Source/JavaScriptCore/dfg/DFGOSRExit.cpp:
(JSC::DFG::JSC_DEFINE_JIT_OPERATION):
* Source/JavaScriptCore/ftl/FTLOSRExitCompiler.cpp:
(JSC::FTL::compileStub):

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



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

Reply via email to