Re: Interface del runtime de mono con el recolector

Dick Porter <[email protected]> 17 Jul 2003 14:09:36 +0100
Newsgroups gmane.comp.gnome.mono.garbage-collection
Message-ID <[email protected]>
On Thu, 2003-07-17 at 09:59, Fernando Diaz wrote:
> Hola, mi nombre es Fernando y estoy haciendo un estudio sobre la
> recolección de basuras en mono. Me gustaría saber si alguno tiene
> información sobre la interface que usa mono con el recolector de Boehm y
> sobre la información de los objetos de la que puede disponer el
> recolector.

My Spanish colleague gave me the translation: "I'm doing a study about
garbage collection in Mono. I'd like to know if someone has information
about the interface that Mono uses with the Boehm garbage collector and
about the information of the objects that the garbage collector can
access"

I'm not sure what you mean here though.  In the runtime engine, we
allocate objects with GC_malloc() and friends.  The interface exposed to
applications is defined in the System.GC namespace, in the corlib
assembly.

We use the libgc in its normal "Stop-the-world" collection
configuration.  We have a dedicated thread for executing object
finalisers.

I'm don't think there's anything more to be described.

- Dick


_______________________________________________
Mono-gc-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-gc-list