http://codereview.chromium.org/10795074/diff/4001/include/v8.h File include/v8.h (right):
http://codereview.chromium.org/10795074/diff/4001/include/v8.h#newcode3256 include/v8.h:3256: * notified each time code is added, moved or removed. There is a problem with code objects that were created before the handler has been set. For V8's profiler we walk the heap in order to enumerate them prior to hooking on events. Otherwise, the client will be receiving code move events for objects he doesn't know anything about. Or you need to require that the client must set the handler in the very beginning. http://codereview.chromium.org/10795074/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
