Re: AW: JSON.parse

2015-09-24 Thread okrue...@edscha.com
>Even if the event gets garbage collected, the "target" eventually doesn't and therefore the "data" property doesn't get clened up either. ... >So the next question is whether those ArrayCollections get garbage collected. Thanks for the hints Chris and Alex. I'll check this out in the evening.

JSON.parse

2015-09-23 Thread okrue...@edscha.com
: One after the application was loaded and one after a while using the app. This is a screenshot of the "Allocation Trace": http://snag.gy/rJ0qq.jpg For me it seems that the method JSON.parseCore is conspicuous. I assume that the result of JSON.parse() will not be garbage

Re: JSON.parse

2015-09-23 Thread Alex Harui
a screenshot of the "Allocation Trace": >http://snag.gy/rJ0qq.jpg > >For me it seems that the method JSON.parseCore is conspicuous. >I assume that the result of JSON.parse() will not be garbage collected? Hard to tell from that screenshot. I’ve never worked on a profile of