Guys, this one is funny. It gives a notable speed up on first full run of dom bench, but if you run dom bench second and next time not closing the browser, things are getting slower oftentimes. I'd blame locality of reference. Are you aware of any ways to check if it's the case? Or maybe of better design for fixed pools?
Given this particular behaviour, do we want this change in? I'd guess that many site won't create that many handles, but I lack real field experience here. tia and yours, anton. On Wed, Jul 15, 2009 at 10:58 AM, <[email protected]> wrote: > Reviewers: Mads Ager, Kasper Lund, > > Description: > Fasten global handles allocation. > > > Please review this at http://codereview.chromium.org/155540 > > SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ > > Affected files: > M src/global-handles.h > M src/global-handles.cc > > > --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
