Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: e53fd85847982a12f9e4be1c946d589964bc2526
      
https://github.com/WebKit/WebKit/commit/e53fd85847982a12f9e4be1c946d589964bc2526
  Author: Yusuke Suzuki <[email protected]>
  Date:   2025-10-04 (Sat, 04 Oct 2025)

  Changed paths:
    M Source/JavaScriptCore/interpreter/CalleeBits.h
    M Source/JavaScriptCore/jit/AssemblyHelpers.h

  Log Message:
  -----------
  [JSC] Remove masking of tagbits in CalleeBits
https://bugs.webkit.org/show_bug.cgi?id=298699
rdar://160343969

Reviewed by Mark Lam.

BBQCallee is held in ThreadSafeWeakOrStrongPtr in CalleeGroup.
Old code was assuming that ThreadSafeWeakOrStrongPtr may produce a pointer 
without stripping a tag,
but that no longer happens after 289802@main.

* Source/JavaScriptCore/interpreter/CalleeBits.h:
(JSC::CalleeBits::boxNativeCallee):
* Source/JavaScriptCore/jit/AssemblyHelpers.h:
(JSC::AssemblyHelpers::boxNativeCallee):

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