dotgnu-libjit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Dotgnu-libjit] using Libjit with boehm collector


From: Patrick van Beem
Subject: Re: [Dotgnu-libjit] using Libjit with boehm collector
Date: Mon, 1 Oct 2012 07:36:01 +0200

Hello Tommaso,

> Libjit uses malloc/mmap to allocate its internal data and the space
> for the JIT-ed code. This internal data is not subject to garbage
> collection.

If you install patch 7237, you will have a plug-able memory manager
with libjit. That one also supports the freeing of compiled methods
(which the main branch currently does not). This wil enable you to
garbage collect. There are also some followup patches on this. Somehow
these patches are currently not integrated in the main branch yet
(including the 64-bit windows support).
See https://savannah.gnu.org/patch/?group=dotgnu-pnet

Regards,

Patrick van Beem



reply via email to

[Prev in Thread] Current Thread [Next in Thread]