On Mon, Jan 4, 2010 at 5:17 PM, Fady Samuel <[email protected]> wrote:
> I'm also interested in looking into state that is already shared but makes > excessive use of locking and may be hindering performance. > I'm not aware of anything that really falls into this category. We share the visited link state but use a carefully-designed system to avoid excessive locking. Renderers can share bitmaps with the browser via shared memory, but there isn't contention here that I'm aware of. PK -- Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev
