Reviewers: Michael Starzinger,

Description:
Break cyclic reference between utils and platform.

Platform includes utils.h for the definition of Vector<>, so utils.h
can't include platform.h and has to use memcpy instead of OS::MemCopy.

We split out Vector<> into its own header to break this cycle
dependency.

BUG=none
[email protected]
LOG=n

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

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

Affected files (+208, -159 lines):
  M src/libplatform/default-platform.h
  M src/libplatform/default-platform.cc
  M src/platform.h
  M src/utils.h
  A src/vector.h
  M tools/gyp/v8.gyp


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