[Webkit-unassigned] [Bug 92957] New: DFGSpeculativeJIT.h has too many inline method bodies
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Aug 2 01:13:16 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=92957
Summary: DFGSpeculativeJIT.h has too many inline method bodies
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 methods are definitely too big to be inlined, so their inline nature does not help. The fact that their innards are visible in the header makes the code harder to read. We should move the bodies into out-of-line implementations in DFGSpeculativeJIT.cpp.
--
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