Revision: 9005 Author: [email protected] Date: Wed Aug 24 02:47:10 2011 Log: Fixed minor bug in D8 related to mapping counters to a file.
Review URL: http://codereview.chromium.org/7717022 http://code.google.com/p/v8/source/detail?r=9005 Modified: /branches/bleeding_edge/src/d8.cc ======================================= --- /branches/bleeding_edge/src/d8.cc Thu Aug 11 09:29:28 2011 +++ /branches/bleeding_edge/src/d8.cc Wed Aug 24 02:47:10 2011 @@ -1237,8 +1237,6 @@ thread->Join(); delete thread; } - - OnExit(); #endif // V8_SHARED return 0; } @@ -1289,6 +1287,7 @@ } V8::Dispose(); + OnExit(); return result; } -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
