LGTM. We do a bit of work when we try to allocate from the free list, so you may want to short-circuit OldSpaceFreeList::Allocate.
There should be no free list nodes in map space (and there's a single free list), but you might assert that MapSpaceFreeList::Free is not called (and that Allocate fails). http://codereview.chromium.org/113825 --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
