[Webkit-unassigned] [Bug 67554] New: DFG variable predictions only work for local variables, not temporaries
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Sep 2 23:14:29 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=67554
Summary: DFG variable predictions only work for local
variables, not temporaries
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: fpizlo at apple.com
The local variable prediction code in DFG::Graph does not work for temporaries, even though it easily could, and probably should. This causes speculation logic to be overly conservative if a temporary is live across multiple basic blocks.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list