Re: [Pharo-users] Garbage collector & Memory Profiling

2013-07-31 Thread Sven Van Caekenberghe
On 31 Jul 2013, at 17:06, Igor Stasenko wrote: > On 31 July 2013 17:02, Sven Van Caekenberghe wrote: >> >> On 31 Jul 2013, at 16:59, Igor Stasenko wrote: >> >>> On 31 July 2013 15:14, Mariano Martinez Peck wrote: On Wed, Jul 31, 2013 at 6:31 AM, Henrik Johansen

Re: [Pharo-users] Garbage collector & Memory Profiling

2013-07-31 Thread Igor Stasenko
On 31 July 2013 17:02, Sven Van Caekenberghe wrote: > > On 31 Jul 2013, at 16:59, Igor Stasenko wrote: > >> On 31 July 2013 15:14, Mariano Martinez Peck wrote: >>> >>> >>> >>> On Wed, Jul 31, 2013 at 6:31 AM, Henrik Johansen >>> wrote: On Jul 31, 2013, at 3:23 , Mariano Martinez

Re: [Pharo-users] Garbage collector & Memory Profiling

2013-07-31 Thread Sven Van Caekenberghe
On 31 Jul 2013, at 16:59, Igor Stasenko wrote: > On 31 July 2013 15:14, Mariano Martinez Peck wrote: >> >> >> >> On Wed, Jul 31, 2013 at 6:31 AM, Henrik Johansen >> wrote: >>> >>> >>> On Jul 31, 2013, at 3:23 , Mariano Martinez Peck >>> wrote: >>> As far as I know, that's not possi

Re: [Pharo-users] Garbage collector & Memory Profiling

2013-07-31 Thread Igor Stasenko
On 31 July 2013 15:14, Mariano Martinez Peck wrote: > > > > On Wed, Jul 31, 2013 at 6:31 AM, Henrik Johansen > wrote: >> >> >> On Jul 31, 2013, at 3:23 , Mariano Martinez Peck >> wrote: >> >> > As far as I know, that's not possible in Pharo unless you explicitly >> > register the desired objects

Re: [Pharo-users] Garbage collector & Memory Profiling

2013-07-31 Thread Mariano Martinez Peck
On Wed, Jul 31, 2013 at 6:31 AM, Henrik Johansen < henrik.s.johan...@veloxit.no> wrote: > > On Jul 31, 2013, at 3:23 , Mariano Martinez Peck > wrote: > > > As far as I know, that's not possible in Pharo unless you explicitly > register the desired objects in "WeakRegistry default" or similar (and

Re: [Pharo-users] Garbage collector & Memory Profiling

2013-07-31 Thread Henrik Johansen
On Jul 31, 2013, at 3:23 , Mariano Martinez Peck wrote: > As far as I know, that's not possible in Pharo unless you explicitly register > the desired objects in "WeakRegistry default" or similar (and implement > #finalize). > I think is the closest you have. > > Cheers, A few clarifications:

Re: [Pharo-users] Garbage collector & Memory Profiling

2013-07-30 Thread Mariano Martinez Peck
As far as I know, that's not possible in Pharo unless you explicitly register the desired objects in "WeakRegistry default" or similar (and implement #finalize). I think is the closest you have. Cheers, On Tue, Jul 30, 2013 at 5:00 PM, Alejandro Infante < alejandroinfant...@gmail.com> wrote: >

Re: [Pharo-users] Garbage collector & Memory Profiling

2013-07-30 Thread Esteban Lorenzano
probably because the whole idea of having a GC is to forget/not having to think in when it is collected :) On Tue, Jul 30, 2013 at 10:27 PM, Clément Bera wrote: > There is the StrongPointerExplorer in the image that can help... > > But it is not easy to know when an object is GC. > > > 2013/7/30

Re: [Pharo-users] Garbage collector & Memory Profiling

2013-07-30 Thread Clément Bera
There is the StrongPointerExplorer in the image that can help... But it is not easy to know when an object is GC. 2013/7/30 Alejandro Infante > Hello, > We are currently working on memory profiling and we are having troubles to > detect when an object is garbage collected. > > Any ideas? > > T

[Pharo-users] Garbage collector & Memory Profiling

2013-07-30 Thread Alejandro Infante
Hello, We are currently working on memory profiling and we are having troubles to detect when an object is garbage collected. Any ideas? Thanks for the help, Alejandro Infante