[webkit-changes] [WebKit/WebKit] 0250a3: Don't mask unnecessarily for out-of-line CodeOrigin

David Degazio noreply at github.com
Fri Oct 4 16:25:23 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 0250a327f2112417479c306d0710352c180e8cea
      https://github.com/WebKit/WebKit/commit/0250a327f2112417479c306d0710352c180e8cea
  Author: David Degazio <d_degazio at 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


More information about the webkit-changes mailing list