• Guido van Rossum's avatar
    Charles G Waldman: · a2ace6ae
    Guido van Rossum authored
    Follow a suggestion in an /*XXX*/ comment [in com_add()] to speed up
    compilation by using supplemental dictionaries to keep track of names
    and constants, eliminating quadratic behavior.  With this patch in
    place, the time to import a 5000-line file with lots of constants [at
    the global level] is reduced from 20 seconds to under 3 on my system.
    a2ace6ae
compile.c 75.6 KB