[Webkit-unassigned] [Bug 157933] New: Incorrect handling of constant LHS *comma* expression in divide logic

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 19 16:37:45 PDT 2016


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

            Bug ID: 157933
           Summary: Incorrect handling of constant LHS *comma* expression
                    in divide logic
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Keywords: NeedsRadar
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: oliver at apple.com
                CC: fpizlo at apple.com, ggaren at apple.com, sbarati at apple.com

Super simple test case:

for(;;)(1,1)/1

It looks (from the back trace) like some places are correctly considering (1,1) as constant, but other places aren't. The net effect is that we assert/emit breakpoint in a case where we think we should have constant folded (or something)

--Oliver

-- 
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/20160519/991f125d/attachment-0001.html>


More information about the webkit-unassigned mailing list