[Webkit-unassigned] [Bug 247770] New: Change the value of scriptCodeLimit to placate a strange Clang quick.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 10 16:24:25 PST 2022


https://bugs.webkit.org/show_bug.cgi?id=247770

            Bug ID: 247770
           Summary: Change the value of scriptCodeLimit to placate a
                    strange Clang quick.
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Template Framework
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mark.lam at apple.com

Some versions of Clang appear to think that scriptCodeLimit should fit in a signed 9-bit integer, which is crazy.  For our purposes, a value of 255 works just as well.  So, we're changing scriptCodeLimit to be 255 instead of 256 to workaround this Clang quirk.

<rdar://problem/102115540>

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20221111/c2263af2/attachment.htm>


More information about the webkit-unassigned mailing list