[Webkit-unassigned] [Bug 55484] [Qt][WK2] Memory exhausted when building qtwebkit2 on linux

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 3 07:30:33 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=55484





--- Comment #20 from Csaba Osztrogonac <ossy at webkit.org>  2011-03-03 07:30:33 PST ---
(In reply to comment #17)
> Just out of curiosity, wouldn't this build option might result in more efficient (less binary size/faster code) code as the complier can optimize a set of files together instead of a file by file basis ? 
> 
> If that is the case (and we can perhaps even measure the difference) this might be a preferred build option for productization even though this option is not preferred during development. 
> 
> Anyone ?

File size of stripped libQtWebKit.so in release mode on 32 bit:
-   with all-in-one SVG files : 26,899,312 bytes
- without all-in-one SVG files: 26,910,468 bytes
-                  difference :     11,156 bytes (0.041 %)

All-in-one file is the winner, but the difference is negligible.

Unfortunately we don't know any SVG performance benchmark, 
so I don't know if this change has performance impact or not.

-- 
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