Closed
Bug 940178
Opened 11 years ago
Closed 11 years ago
Build cairo in unified mode
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
mozilla28
People
(Reporter: ehsan.akhgari, Assigned: BenWa)
References
Details
(Whiteboard: [qa-])
Attachments
(1 file)
1.85 KB,
patch
|
ehsan.akhgari
:
review+
|
Details | Diff | Splinter Review |
Benoit, are you interested in taking this?
Assignee | ||
Comment 1•11 years ago
|
||
FWIW I tried to unify cairo. It's easy but it doesn't really provide a win because it's c compilication and cairo doesn't include much stuff.
Reporter | ||
Comment 2•11 years ago
|
||
Do you have numbers? I would actually expect this to be much bigger win on C code since the ratio of the actual compilation time is probably lower relative to the (near constant/linear) overhead...
Assignee | ||
Comment 3•11 years ago
|
||
No I don't. But it was easy to get working.
Reporter | ||
Comment 4•11 years ago
|
||
(In reply to comment #3)
> No I don't. But it was easy to get working.
In that case, it would be nice if you can resurrect the patch! :-)
Assignee | ||
Comment 5•11 years ago
|
||
Assignee | ||
Comment 6•11 years ago
|
||
before:
real 0m2.146s
user 0m9.979s
sys 0m1.397s
after:
real 0m1.633s
user 0m6.482s
sys 0m0.473s
Assignee | ||
Comment 7•11 years ago
|
||
Reporter | ||
Updated•11 years ago
|
Attachment #8334541 -
Flags: review?(ehsan) → review+
Assignee | ||
Comment 8•11 years ago
|
||
Comment 9•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla28
Updated•11 years ago
|
Whiteboard: [qa-]
You need to log in
before you can comment on or make changes to this bug.
Description
•