Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 0250a327f2112417479c306d0710352c180e8cea
      
https://github.com/WebKit/WebKit/commit/0250a327f2112417479c306d0710352c180e8cea
  Author: David Degazio <d_dega...@apple.com>
  Date:   2024-10-04 (Fri, 04 Oct 2024)

  Changed paths:
    M Source/JavaScriptCore/bytecode/CodeOrigin.h

  Log Message:
  -----------
  Don't mask unnecessarily for out-of-line CodeOrigin
https://bugs.webkit.org/show_bug.cgi?id=280780
rdar://137140090

Reviewed by Yusuke Suzuki.

Decreases size of the mask used to extract the value of an out-of-line
CodeOrigin, so it's easier to materialize and no longer precludes use
of the upper 16 bits to store additional information about the origin.

* Source/JavaScriptCore/bytecode/CodeOrigin.h:
(JSC::CodeOrigin::outOfLineCodeOrigin const):

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