Closed
Bug 110628
Opened 23 years ago
Closed 23 years ago
Minor Xprint tuning ...
Categories
(Core Graveyard :: Printing: Xprint, enhancement)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9.7
People
(Reporter: roland.mainz, Assigned: roland.mainz)
References
()
Details
(Keywords: intl, perf)
Attachments
(1 file)
410 bytes,
patch
|
timeless
:
review+
|
Details | Diff | Splinter Review |
I have a smallish patch to tune Xprint/Xlib on large pages with many fonts
changes (i18n) ...
Assignee | ||
Comment 1•23 years ago
|
||
Swapping QA <--> bug owner ...
Assignee: katakai → Roland.Mainz
QA Contact: Roland.Mainz → katakai
Assignee | ||
Comment 2•23 years ago
|
||
Accepting...
Assignee | ||
Comment 3•23 years ago
|
||
Assignee | ||
Comment 4•23 years ago
|
||
The trade is very simple: Less XCreateGC()/XFreeGC() (which triggers evil
XFlush()), but slightly more CPU-time-consumtion while searching the GC cache.
However the results from the time measurements I did suggests that a larger GC
cache is far better for pages with many font changes (plain ASCII text will not
be printed/rendered faster... =:-) ...
Assignee | ||
Comment 5•23 years ago
|
||
Found a better example page ... :-)
Attachment #58256 -
Flags: review+
Comment 6•23 years ago
|
||
Comment on attachment 58256 [details] [diff] [review]
patch for 2001-11-14-08-trunk
sr=scc
Comment 7•23 years ago
|
||
checked in.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 8•23 years ago
|
||
Verfied the URL is printed out properly with no crash and hang.
Mark this as VERIFIED.
Status: RESOLVED → VERIFIED
Updated•17 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•