http://codereview.chromium.org/10829368/diff/1/src/gdb-jit.cc File src/gdb-jit.cc (right):
http://codereview.chromium.org/10829368/diff/1/src/gdb-jit.cc#newcode2095 src/gdb-jit.cc:2095: Zone* zone = Isolate::Current()->runtime_zone(); I suspect that it's better to create a new zone and tie it to the life cycle of the JITCodeEntry but I'm not sure what the best approach is. Simply new and delete it? http://codereview.chromium.org/10829368/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
