Reviewers: Benedikt Meurer, Michael Starzinger,

Description:
Introduce subclass wrappers for STL containers that make them a lot easier
to use with Zone. For example, subclasses add constructors that wrap a Zone
in a zone_allocator to save clients this verbosity.

[email protected],[email protected]
BUG=

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

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

Affected files (+121, -156 lines):
  M src/compiler/code-generator.h
  M src/compiler/code-generator.cc
  M src/compiler/generic-algorithm.h
  M src/compiler/generic-node.h
  M src/compiler/generic-node-inl.h
  M src/compiler/graph.h
  M src/compiler/graph.cc
  M src/compiler/graph-builder.cc
  M src/compiler/graph-reducer.h
  M src/compiler/graph-reducer.cc
  M src/compiler/instruction.h
  M src/compiler/instruction-selector.h
  M src/compiler/instruction-selector.cc
  M src/compiler/js-inlining.cc
  M src/compiler/node.h
  M src/compiler/node-aux-data.h
  M src/compiler/node-aux-data-inl.h
  M src/compiler/raw-machine-assembler.h
  M src/compiler/schedule.h
  M src/compiler/scheduler.h
  M src/compiler/scheduler.cc
  M src/compiler/simplified-lowering.cc
  M src/compiler/structured-machine-assembler.h
  M src/compiler/structured-machine-assembler.cc
  M src/compiler/verifier.cc
  M src/zone-containers.h


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