Closed
Bug 103670
Opened 22 years ago
Closed 4 years ago
[meta] view positioning optimizations
Categories
(Core :: Web Painting, defect)
Core
Web Painting
Tracking
()
RESOLVED
INACTIVE
People
(Reporter: waterson, Unassigned)
References
(Depends on 1 open bug)
Details
(Keywords: meta, perf)
meta bug for tracking view positioning optimizations
Reporter | ||
Updated•22 years ago
|
Reporter | ||
Comment 1•22 years ago
|
||
I ran jrgm's tests on build where the bodies of nsContainerFrame::PositionFrameView() and nsContainerFrame::PositionChildViews() were #if 0'd out. That build was about 4% faster than the normal build. So it looks like view optimization might be worth investigating further. Normal Build: Test id: 3BC2786352 Avg. Median : 917 msec Minimum : 250 msec Average : 993 msec Maximum : 3526 msec <http://cowtools.mcom.com/page-loader/graph.pl?id=3BC2786352> Without nsContainerFrame view positioning routines: Test id: 3BC280185E Avg. Median : 881 msec Minimum : 251 msec Average : 951 msec Maximum : 3406 msec <http://cowtools.mcom.com/page-loader/graph.pl?id=3BC280185E>
Comment 2•21 years ago
|
||
Any recent stats ?
![]() |
||
Comment 3•21 years ago
|
||
.
Assignee: waterson → roc+moz
Status: ASSIGNED → NEW
Component: Layout → Layout: View Rendering
QA Contact: cpetersen0953 → ian
Updated•14 years ago
|
QA Contact: ian → layout.view-rendering
Assignee: roc → nobody
Assignee | ||
Updated•5 years ago
|
Component: Layout: View Rendering → Layout: Web Painting
Comment 4•4 years ago
|
||
No activity for 16 years, closing
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Updated•4 years ago
|
Summary: view positioning optimizations → [meta] view positioning optimizations
Updated•4 years ago
|
Resolution: FIXED → INACTIVE
You need to log in
before you can comment on or make changes to this bug.
Description
•