[Webkit-unassigned] [Bug 204258] New: Do some constant-folding of inc and dec in the abstract interpreter

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 15 15:40:06 PST 2019


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

            Bug ID: 204258
           Summary: Do some constant-folding of inc and dec in the
                    abstract interpreter
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Enhancement
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: rmorisset at apple.com

It is not clear that it would bring us anything, since DFGFixupPhase should be smart enough to notice constants and replace the entire operation by {Arith, Value}{Add, Sub} (which is already optimized by DFGAbstractInterpreterInlines.h).

-- 
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/98dfa862/attachment.htm>


More information about the webkit-unassigned mailing list