Compiling python without garbage collector

Boris Boutillier boris.boutillier at arteris.net
Thu May 27 09:14:39 EDT 2004


Is there a not too hackish way to compile Python without the garbage
collector overhead ?

Setting Py_TP_FLAGS_HAVE_GC to 0 in Include/object.h is not working and
the configure flag has disappear.

The gc overhead in all objects (3 words) is not invisible in memory, and
exceeds the true gain of the gc in my application, so I was looking for a
way to benchmark the two situation ( with and without gc overhead), is
this possible ?

Boris 



More information about the Python-list mailing list