> I'd like to suggest here, if you are giving this code a facelift,
> that on Windows you use VirtualAlloc and friends to allocate the
> arenas.  This gives you the most direct access to the VM manager and
> makes sure that a release arena is immediately availible to the rest
> of the system.  It also makes sure that you don't mess with the
> regular heap and fragment it.

While I'd like to see this done myself, I believe it is independent
from the problem at hand. Contributions are welcome.

Regards,
Martin
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to