Ryan,

This sounds like a reasonable request. The new heap profiler can generate a
JSON representation of a heap snapshot, so that would fit straight into the
debugger protocol. However this JSON string have a size which could easily
be the same size as the heap, so using it directly is probably not the
right approach.

To get this working a number of protocol requests should be designed, some
to make snapshots and sone to retrieve this information incrementally. We
should also consider if the objects in the snapshots can in some way be
related to the mirror objects used by the debugger.

Regards,
Søren

On Wed, Dec 22, 2010 at 09:11, Ryan Dahl <r...@tinyclouds.org> wrote:

> Is there a desire to have this or a reason not to have it?
>
> --
> v8-users mailing list
> v8-users@googlegroups.com
> http://groups.google.com/group/v8-users
>

-- 
v8-users mailing list
v8-users@googlegroups.com
http://groups.google.com/group/v8-users

Reply via email to