silexlabs / Cocktail

An HTML/CSS rendering engine for the Haxe language
http://www.silexlabs.org/haxe/cocktail/
Other
192 stars 34 forks source link

SWC Memory leak #408

Open Espigah opened 10 years ago

Espigah commented 10 years ago

after each load and dispose...memory only grows =/;

Espigah commented 10 years ago

to learn more profiler:

http://www.sociodox.com/theminer/tutorial/tutorial_feature_memory_profiler.html

Espigah commented 10 years ago

theminercapture20142415_3730

Espigah commented 10 years ago

almost solved! I reduced the TypedProperty value tp [Actual] 140 +- (140 < 1929) in other words....almost no leakage \o/

Espigah commented 10 years ago

basically... dispose implemented in all VO

yanhick commented 10 years ago

Awesome ! It would be great if you could submit a pull request for this Le 13 mars 2014 22:21, "Fabricio" notifications@github.com a écrit :

basically... dispose implemented in all VO

Reply to this email directly or view it on GitHubhttps://github.com/silexlabs/Cocktail/issues/408#issuecomment-37588391 .

Espigah commented 10 years ago

OK... so i solve this -> http://www.openfl.org/forums/#!/openfl/bugs#haxe-frozen::unread

because I'm not able to compile with cocktail (suddenly)

Espigah commented 10 years ago

https://github.com/silexlabs/Cocktail/issues/409