Parallelization on muli-CPU hardware?

Thomas Bellman bellman at lysator.liu.se
Thu Oct 7 06:33:56 EDT 2004


Andreas Kostyrka <andreas at kostyrka.org> wrote:

> Well, "GarbageCollection" isn't really an option for a portable ANSI C
> program, isn't it?

Depends on what you mean.  It is perfectly possible to write a
garbage collection system in portable ANSI C.  It will of course
only handle memory that has been properly registered with the
garbage collector, not any plain memory just received from
malloc().  For an example of such a system, look at the Lisp
interpreter in GNU Emacs.  Or why not the C-Python interpreter,
which features garbage collection since version 2.0?


-- 
Thomas Bellman,   Lysator Computer Club,   Linköping University,  Sweden
"The one who says it cannot be done should    ! bellman @ lysator.liu.se
 never interrupt the one who is doing it."    ! Make Love -- Nicht Wahr!



More information about the Python-list mailing list