[fpc-pascal] fpc and boehm

Daniël Mantione daniel.mantione at freepascal.org
Sun Aug 26 13:53:12 CEST 2007



Op Sun, 26 Aug 2007, schreef blackdog:

> 
> Hi List
> 
> This is my first post to the list and I'm new to fpc too. 
> 
> I'm interested in using fpc to create .so/.dll for the Neko
> virtual machine (http://www.nekovm.org), instead of using C for the same
> task. So that means translating header files. I've done some of this
> and had some success but I'm getting some random problems occurring.
> 
> Neko uses the boehm garbage collector, so my question is, does
> fpc play well with boehm? My assumption has been that fpc
> could be used as a straight replacement for C.

I'm not aware of any uses in practice, but I expect it will work. FPC's 
memory manager is repleacable by means of procvars, so you have a lot of 
flexibility.

Daniël


More information about the fpc-pascal mailing list