Reviewers: danno,

Message:
PTAL.
- Only ia32 for now.
- Currently only smi (track_fields) is done.
- Double (track_double_fields) is in flight, hence disabled.
- In case of accessors (callbacks) mixed with fields, there's the possibility of multiple transition tree rewrites. These cases should probably be filtered out
by bailing out? (CopyGeneralizeStorage).

Description:
Track storage types of instance variables.


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

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

Affected files:
  M src/arm/stub-cache-arm.cc
  M src/bootstrapper.cc
  M src/code-stubs-hydrogen.cc
  M src/flag-definitions.h
  M src/heap.cc
  M src/hydrogen-instructions.h
  M src/hydrogen.cc
  M src/ia32/lithium-codegen-ia32.h
  M src/ia32/lithium-codegen-ia32.cc
  M src/ia32/lithium-ia32.h
  M src/ia32/lithium-ia32.cc
  M src/ia32/stub-cache-ia32.cc
  M src/ic.cc
  M src/objects-inl.h
  M src/objects.h
  M src/objects.cc
  M src/property-details.h
  M src/property.h
  M src/runtime.cc
  M src/stub-cache.h
  M src/stub-cache.cc
  M src/transitions.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