> I gather that C-- has no built-in mechanism for dynamic storage 
 > allocation and freeing (except, of course, for the execution stack)
 > Thus if, for example, I'd like to use the Boehm conservative garbage 
 > collector all I have to do is call its GC_malloc routine (using C 
 > linkage, of course) and make sure the right library is available?

Correct.

I can't remember if Paul Govereau's demonstration compiler includes a
garbage collector.


Norman
_______________________________________________
Cminusminus mailing list
[email protected]
https://cminusminus.org/mailman/listinfo/cminusminus

Reply via email to