On Thu, Aug 13, 2009 at 1:29 AM, codfather<[email protected]> wrote: > I noticed that the size of the installation of these two builds , > Google Chrome 3.0.198.1 and Chromium 4.0.202.r23182 were considerably > different, and was wondering do they both use the separate libv8 - > r2650 library?
We don't support a separate libv8 library at the moment. However, the Fedora packages, at least, do split v8 into its own library. Over time, I believe that the V8 team are aiming at a stable ABI, but are not there yet. There are many other reasons for a change in size between Chome and Chromium. Chrome includes more code (ffmpeg 264, crash dumping etc), is built with gc-sections etc. On the other hand Chromium probably has RTTI removed which Chrome might not have picked up on yet etc. AGL --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
