[Webkit-unassigned] [Bug 145850] New: Simplify things like CompareEq(@x, @x) and Branch(constant) more eagerly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 10 12:18:22 PDT 2015


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

            Bug ID: 145850
           Summary: Simplify things like CompareEq(@x, at x) and
                    Branch(constant) more eagerly
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: fpizlo at apple.com

I'm seeing cases where these sort of float past our optimizations.  It's all because of silly omissions, like AI not handling CompareEq(@x, @x) and CFG simplification not being run in SSA.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150610/4576ae0d/attachment-0001.html>


More information about the webkit-unassigned mailing list