Reviewers: Hannes Payer,

Message:
Hi Hannes, here is the initial version.

Description:
Create AllocationSite objects, pointed to by AllocationSiteInfo.
This creates a platform where we can do additional things with allocation sites,
other than just aid in reducing array transitions.

Still to be done:
1) constructed array support doesn't work (so the flag
optimize-constructed-arrays is turned off).
2) There are serializer issues, I've disabled snapshot until that is fixed.


BUG=

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

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

Affected files:
  M Makefile
  M include/v8.h
  M src/ast.h
  M src/builtins.cc
  M src/code-stubs-hydrogen.cc
  M src/code-stubs.cc
  M src/factory.h
  M src/factory.cc
  M src/flag-definitions.h
  M src/heap-inl.h
  M src/heap-snapshot-generator.h
  M src/heap-snapshot-generator.cc
  M src/heap.h
  M src/heap.cc
  M src/hydrogen-instructions.h
  M src/hydrogen.h
  M src/hydrogen.cc
  M src/ia32/code-stubs-ia32.cc
  M src/ia32/full-codegen-ia32.cc
  M src/ia32/ic-ia32.cc
  M src/objects-debug.cc
  M src/objects-inl.h
  M src/objects-printer.cc
  M src/objects.h
  M src/objects.cc
  M src/runtime.h
  M src/runtime.cc
  M src/type-info.cc
  M test/mjsunit/allocation-site-info.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/groups/opt_out.


Reply via email to