https://codereview.chromium.org/220293002/diff/1/src/objects.cc
File src/objects.cc (right):

https://codereview.chromium.org/220293002/diff/1/src/objects.cc#newcode15898
src/objects.cc:15898: MaybeObject*
OrderedHashTable<entrysize>::Allocate(Heap* heap, int capacity) {
On 2014/04/01 15:22:45, arv wrote:
We should probably have a pretenure flag here too. If the old table
was in the
old space we should probably create the new table in the old space as
well.

Added a PretenureFlag, though I wonder if I need to do something like
what HashTable does and have a minimum size I'll allocate in the old
space.

https://codereview.chromium.org/220293002/

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to