• Fred Drake's avatar
    Instead of initializing & interning the strings passed to the profile · d083839f
    Fred Drake yazdı
    and trace functions lazily, which incurs extra argument pushing and checks
    in the C overhead for profiling/tracing, create the strings semi-lazily
    when the Python code first registers a profile or trace function.  This
    simplifies the trampoline into the profile/trace functions.
    d083839f
ceval.c 80.9 KB