Reviewers: titzer,

Message:
PTAL

Description:
Remove elements transitions from the transition array.

This is preparatory work for reordering the transition tree. Since elements
transitions will be at the root of the transition tree, runtime access to them is slow since we have to walk the transition tree backwards first. Hence remove
the optimization that promoted them to a special field, requiring a pointer
(mostly NULL) in every non-simple transition array.

Please review this at https://chromiumcodereview.appspot.com/21228002/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files:
  M include/v8.h
  M src/heap.h
  M src/heap.cc
  M src/ia32/lithium-codegen-ia32.cc
  M src/objects-debug.cc
  M src/objects-inl.h
  M src/objects.cc
  M src/transitions-inl.h
  M src/transitions.h
  M src/transitions.cc
  M src/x64/lithium-codegen-x64.cc


--
--
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