Discussion:
How should the garbage collector be used?
rokkapk
2013-02-18 12:14:03 UTC
Permalink
Hello,

How should I use garbage collector when embedding Io language in C/C++ program ? Is it mandatory to call some gc function to avoid running out of memory?

Kind regards,

Petri
Steve Dekorte
2013-02-18 21:18:11 UTC
Permalink
Post by rokkapk
How should I use garbage collector when embedding Io language in C/C++ program ? Is it mandatory to call some gc function to avoid running out of memory?
The collector will automatically run as needed.

Steve

Loading...