Reviewers: Sven Panne,

Message:
PTAL

Description:
Reland "Track field types.".

This is an initial step towards tracking the exact types instead of just
the representations of fields. It adds support to track up to one map of
heap object field values, eliminating various map checks on values
loaded from such fields, at the cost of making stores to such fields
slightly more expensive.

Issues with transitioning stores and fast object literals in Crankshaft
fixed.

TEST=mjsunit/field-type-tracking

Please review this at https://codereview.chromium.org/238773002/

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

Affected files (+700, -141 lines):
  M src/arm/lithium-codegen-arm.cc
  M src/arm/stub-cache-arm.cc
  M src/arm64/lithium-codegen-arm64.cc
  M src/arm64/stub-cache-arm64.cc
  M src/deoptimizer.cc
  M src/flag-definitions.h
  M src/heap.cc
  M src/hydrogen.h
  M src/hydrogen.cc
  M src/hydrogen-check-elimination.cc
  M src/hydrogen-instructions.h
  M src/hydrogen-instructions.cc
  M src/ia32/lithium-codegen-ia32.cc
  M src/ia32/stub-cache-ia32.cc
  M src/ic.cc
  M src/json-parser.h
  M src/objects.h
  M src/objects.cc
  M src/objects-debug.cc
  M src/objects-inl.h
  M src/property.h
  M src/property.cc
  M src/x64/lithium-codegen-x64.cc
  M src/x64/stub-cache-x64.cc
  A test/mjsunit/field-type-tracking.js


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