DescriptionBreak 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
R=mstarzinger@chromium.org
LOG=n
Committed: https://code.google.com/p/v8/source/detail?r=20962
Patch Set 1 #
Total comments: 2
Messages
Total messages: 5 (0 generated)
|