I'll take care of these comments and land. Thanks.
http://codereview.chromium.org/6760001/diff/1/src/code-stubs.cc File src/code-stubs.cc (right): http://codereview.chromium.org/6760001/diff/1/src/code-stubs.cc#newcode95 src/code-stubs.cc:95: v8::HandleScope scope; Use the isolate here as well. http://codereview.chromium.org/6760001/diff/1/src/code-stubs.cc#newcode137 src/code-stubs.cc:137: Heap* heap = Isolate::Current()->heap(); You can get the isolate from the macro assembler. http://codereview.chromium.org/6760001/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
