[Webkit-unassigned] [Bug 149931] New: DFG SSA should remove unreachable code
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Oct 8 13:12:36 PDT 2015
https://bugs.webkit.org/show_bug.cgi?id=149931
Bug ID: 149931
Summary: DFG SSA should remove unreachable code
Classification: Unclassified
Product: WebKit
Version: WebKit 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
We already sometimes remove unreachable code, but in case AI proves that some code is unreachable, we sort of keep it around. This is mostly OK because everyone sort of knows that it's unreachable. But it would be easier for the compiler if it was removed entirely.
--
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/20151008/cb3490a9/attachment-0001.html>
More information about the webkit-unassigned
mailing list