Thx for the comments, FLAG_allocation_site_pretenuring is used instead of a new
minor key.

https://codereview.chromium.org/26827002/diff/1/src/code-stubs.h
File src/code-stubs.h (right):

https://codereview.chromium.org/26827002/diff/1/src/code-stubs.h#newcode676
src/code-stubs.h:676: FastCloneShallowObjectStub(AllocationSiteMode
allocation_site_mode,
On 2013/10/10 13:27:39, Michael Starzinger wrote:
As discussed offline: I don't think it makes much sense to keep the
allocation_site as part of the minor key because it's value is
statically
chosen. I don't (yet) see a use-case where we need more that one stub
per
length. Let's drop that and decide whether to tack allocations when we
compile
the stub.

Good comment, I added FLAG_allocation_site_pretenuring to express this,
currently turned off.

https://codereview.chromium.org/26827002/diff/1/src/hydrogen.cc
File src/hydrogen.cc (right):

https://codereview.chromium.org/26827002/diff/1/src/hydrogen.cc#newcode4341
src/hydrogen.cc:4341: Handle<Object> boilerplate;
On 2013/10/10 13:27:39, Michael Starzinger wrote:
nit: The type of "boilerplate" should be Handle<JSObject>.

Done.

https://codereview.chromium.org/26827002/

--
--
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/groups/opt_out.

Reply via email to