You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code is creating a new object every millisecond and sets it to a polymer elements property. The property is bound in a template. The objects will never get collected by the GC.
I'm using
Polymer 0.5.2
Windows 8.1 x64
Chrome 39.0.2171.99
Steps to reproduce:
Open sample site
Take Heap Snapshot (Chrome Dev Tools -> Profiles)
Wait 30 sec and take another snapshot
Compare two snapshots with the comparison function ("Objects allocated btw. snapshot 1 and 2")
The text was updated successfully, but these errors were encountered:
JSBin: http://jsbin.com/coxurivaya/3/edit?html,js
JSFiddle: http://jsfiddle.net/twzm53ep/
The code is creating a new object every millisecond and sets it to a polymer elements property. The property is bound in a template. The objects will never get collected by the GC.
I'm using
Polymer 0.5.2
Windows 8.1 x64
Chrome 39.0.2171.99
Steps to reproduce:
The text was updated successfully, but these errors were encountered: