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?
-- hendrik _______________________________________________ Cminusminus mailing list [email protected] https://cminusminus.org/mailman/listinfo/cminusminus
