[Webkit-unassigned] [Bug 64911] New: DFG non-speculative JIT does not use() the aliased GetByVal, resulting in bloated use counts
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jul 20 17:36:22 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=64911
Summary: DFG non-speculative JIT does not use() the aliased
GetByVal, resulting in bloated use counts
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: JavaScriptCore
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: fpizlo at apple.com
The DFG non-speculative JIT does not use() the aliased GetByVal when compiling GetByVal, which results in that first GetByVal's use count never dropping to zero. The DFG non-speculative JIT should call use() on the aliased GetByVal.
--
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