using the compiler without GC
rikki cattermole
rikki at cattermole.co.nz
Tue Jul 9 23:34:29 UTC 2019
On 10/07/2019 8:48 AM, Daniel Kozak wrote:
>
>
> On Tue, Jul 9, 2019 at 9:37 PM watcher via Digitalmars-d
> <digitalmars-d at puremagic.com <mailto:digitalmars-d at puremagic.com>> wrote:
>
> Cheers, everybody!
>
> I was wondering when it will be possible to use the compiler
> without the gc?
>
> Thank you
>
>
> I am not sure what you mean? AFAIK compiler does not use GC, just
> allocate and never deallocate idiom. Or do you ask when it will be
> possible to write D code without reliance on GC?
The compiler does use the GC. That is what the -lowmem switch does.
More information about the Digitalmars-d
mailing list