[Webkit-unassigned] [Bug 65883] New: DFG JIT has no way of propagating predictions to loads and calls
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Aug 8 15:38:48 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=65883
Summary: DFG JIT has no way of propagating predictions to loads
and calls
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 DFG JIT sometimes wants to predict the type of a variable based on how it gets used. But it can only do this if the variable was assigned to by loading from the register file or from global variables. It should be able to also do this if the variable is the result of a heap load (GetById, GetByVal) or a call.
--
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