Reviewers: Søren Gjesse,

Description:
Parametrize C++ splay tree with allocator.

Thus, now there is a "generic" SplayTree and its Zone-bound
specialization ZoneSplayTree.

This is needed for my reimplementation of profiler tree generation in
C++. As generation is performed in a separate thread, Zone can't be
used, because it intentionally not thread-safe.

Please review this at http://codereview.chromium.org/660280

Affected files:
  M src/globals.h
  M src/heap.h
  A src/splay-tree-inl.h
  A src/splay-tree.h
  M src/zone-inl.h
  M src/zone.h
  M src/zone.cc


--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to