Branch: refs/heads/webkitglib/2.52
  Home:   https://github.com/WebKit/WebKit
  Commit: cfb5634212a3efeea0a944865acad6e4d06d7df8
      
https://github.com/WebKit/WebKit/commit/cfb5634212a3efeea0a944865acad6e4d06d7df8
  Author: Yusuke Suzuki <[email protected]>
  Date:   2026-02-26 (Thu, 26 Feb 2026)

  Changed paths:
    M Source/JavaScriptCore/llint/InPlaceInterpreter64.asm
    M Source/JavaScriptCore/offlineasm/x86.rb

  Log Message:
  -----------
  Cherry-pick 308252@main (862423845172). 
https://bugs.webkit.org/show_bug.cgi?id=308691

    [JSC] x64 loads values from stack after sp is changed
    https://bugs.webkit.org/show_bug.cgi?id=308691
    rdar://171223005

    Reviewed by Sosuke Suzuki.

    It is not fine that we load value after sp is changed: if sc3
    is below than sp, the stack can be clobbered. We should load
    necessary things first before adjusting sp.

    * Source/JavaScriptCore/llint/InPlaceInterpreter64.asm:
    * Source/JavaScriptCore/offlineasm/x86.rb:

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

Canonical link: https://commits.webkit.org/305877.101@webkitglib/2.52



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to