1. Added a subclass to CompilationInfo -- ZoneCompilationInfo which has its own
Zone and ZoneScope.  CompilationInfo (with an explicit Zone) is used only in
hydrogen.cc.

2. Fixed an issue which I had overlooked earlier: the FullCodeGenerator
constructor, instead of taking a compilationInfo _and_ a Zone now takes only a
CompilationInfo since passing it both doesn't make sense.

http://codereview.chromium.org/10534139/

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

Reply via email to