[fpc-devel] RIP NoGlobals
Mattias Gärtner
nc-gaertnma at netcologne.de
Thu Sep 30 14:15:13 CEST 2010
Zitat von Jonas Maebe <jonas.maebe at elis.ugent.be>:
>
> On 30 Sep 2010, at 13:32, Mattias Gärtner wrote:
>
>> Ehm, are you saying, that the compiler must be restarted when there
>> were errors, because it does not clean up properly?
>
> As far as allocated memory is concerned: yes. It does free a bunch
> of stuff when an error occurs, but not everything, and what is not
> freed depends on the error.
Ok. Thanks.
And I guess there are currently no plans to fix this, right?
So the proper way to integrate FPC is to run it as separate process or
in a dyn lib with its own memory manager. Correct, or ?
This means, in order to share some caches an IDE must use some
IPC/shared memory. Right?
Mattias
More information about the fpc-devel
mailing list