Comment #26 on issue 2073 by [email protected]: Garbage collector sometimes fails on objects with Object.defineProperty (memleak?)
http://code.google.com/p/v8/issues/detail?id=2073

tbosch@, thank you for the test case. I investigated this leak.

A path that keeps the ChildScope object with $id = '005' alive looks like this:

[unoptimized code of $digest function] => [monomorphic load IC] => [map of ChildScope] => [instance descriptors array] => [$scope.doStuff function] => [context of $scope.doStuff] => [ChildScope object].

I attached detailed log.

We have plans to make the link [monomorphic load IC] => [map of ChildScope] weak in this path. This is large amount of work and will likely take a quarter or two.

Attachments:
        leak-path.txt  182 KB

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to