[Webkit-unassigned] [Bug 204244] New: Rename InPlaceAbstractState's m_foundConstant to m_shouldTryConstantFolding.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 15 13:50:54 PST 2019


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

            Bug ID: 204244
           Summary: Rename InPlaceAbstractState's m_foundConstant to
                    m_shouldTryConstantFolding.
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mark.lam at apple.com

m_shouldTryConstantFolding is a more accurate description of what this flag really means i.e. that we may benefit from constant folding, and therefore, should attempt it.  It doesn't always  mean that we found constants to be folded.

-- 
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/20191115/72f21f70/attachment.htm>


More information about the webkit-unassigned mailing list