[Webkit-unassigned] [Bug 73733] New: Inline RenderObject::view()
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Dec 2 19:53:35 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=73733
Summary: Inline RenderObject::view()
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: P2
Component: Layout and Rendering
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: jchaffraix at webkit.org
The function is super hot and is showing up in some benchmarks (~4-5 percent under pprof). For some reason, it is not inlined when it should be (it's just a function call + a cast in release).
Let's just inline it!
--
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