http://codereview.chromium.org/10534139/diff/16001/src/compiler.h File src/compiler.h (right):
http://codereview.chromium.org/10534139/diff/16001/src/compiler.h#newcode268 src/compiler.h:268: class ZoneCompilationInfo: public CompilationInfo { Please call this CompilationInfoWithZone, since both actually create everything in a zone, and the difference is that this once has its own zone. http://codereview.chromium.org/10534139/diff/16001/src/liveedit.cc File src/liveedit.cc (right): http://codereview.chromium.org/10534139/diff/16001/src/liveedit.cc#newcode896 src/liveedit.cc:896: Isolate* isolate = Isolate::Current(); Why again is it OK to remove the zone scope? Seems necessary... http://codereview.chromium.org/10534139/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
