Thank you for taking care of this. I will find a better solution for finding scripts. As a start making the debugger keep weak references to all scripts should work. This will also make the retreival of scripts much faster, and provide the debugger with the ability to give notifications when scripts are collected - something which will make the debugger frontend nicer. Generally for debugger heap scans I will try to do a proper mark-sweep scan of only live objects. /Søren
On Fri, Apr 17, 2009 at 11:06, <[email protected]> wrote: > > LGTM. We should push this to trunk (1.1.10.2) as soon as we're confident > it works well. > > http://codereview.chromium.org/69029 > > > > --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
