[Proto-Scripty] Re: Memory leak in Prototype 1.7

2011-06-25 Thread KIR
Hello, My memory leak fix lead to some performance degradation in stopObserving method; I've fixed this problem as well and updated the code at GitHub: https://github.com/kir/prototype Sorry if you faced this problem, KIR On 13 июн, 18:02, KIR kirill.maxi...@gmail.com wrote: Hello,

[Proto-Scripty] Re: Memory leak in Prototype 1.7

2011-06-14 Thread KIR
On Jun 14, 7:08 am, buda www...@pochta.ru wrote: How do you find memory leak in Chrome? I acnt find any tool except memory graph! Using a memory profiler. Create a memory dump (there is an icon with eye), do actions which shouldn't retain new DOM elements, create second memory dump. Chrome

[Proto-Scripty] Re: Memory leak in Prototype 1.7

2011-06-14 Thread buda
Thanks! On 14 июн, 12:31, KIR kirill.maxi...@gmail.com wrote: On Jun 14, 7:08 am, buda www...@pochta.ru wrote: How do you find memory leak in Chrome? I acnt find any tool except memory graph!   Using a memory profiler. Create a memory dump (there is an icon with eye), do actions which

[Proto-Scripty] Re: Memory leak in Prototype 1.7

2011-06-13 Thread buda
How do you find memory leak in Chrome? I acnt find any tool except memory graph! On 13 июн, 18:02, KIR kirill.maxi...@gmail.com wrote: Hello,   I've found (and fixed) a memory leak in Prototype 1.7. Some details are here:  http://kirblog.idetalk.com/2011/06/prototype-17-memory-leak.html