[Python-Dev] Activating pymalloc

Skip Montanaro skip@pobox.com
Sun, 24 Mar 2002 18:35:45 -0600


    Tim> ....  What kind of table would you make up?

If I remember the discussion correctly, there's not really much (if any)
performance benefit to using the macro versions.  Since the the macro and
function versions of each "function" seem to be paired in your tables, why
not simply define the macros to map to the functions for backward
compatibility and deprecate the macros altogether?  That would have the
added benefit of reducing your second table by nearly half again.

Skip