Updates:
        Status: Duplicate
        Mergedinto: 2073

Comment #6 on issue 2683 by [email protected]: Memory leak caused by inline caches
http://code.google.com/p/v8/issues/detail?id=2683

Chrome Canary 30.0.1560.1 (V8 3.20.3) has a fix for the angularjs test.

In this test http://plnkr.co/edit/yRs6MbzphusN2K2hlihI?p=preview,
Chrome Canary has 7 Child objects in the heap snapshot, and Chrome Dev has 290 Child objects. The test itself expects 5 Child objects, but I believe it is bug in the test because all 7 objects in the snapshot are marked yellow and have retaining path from JS (also running with --nouse-ic or --nocrankshaft also retains 7 Child objects).

Note that the reported leak happens in optimized code, not in inline caches, i.e. running with --nocrankshaft also fixes the leak.

--
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