On Tue, 17 May 2016 23:11:50 +0200 Victor Stinner <[email protected]> wrote: > Hi, > > I'm still (!) investigating the reasons why the benchmark call_simple > (ok, let's be honest: the *micro*benchmark) gets different results for > unknown reasons.
Try to define MCACHE_STATS in Objects/typeobject.c and observe the statistics from run to run. It might give some hints. Regards Antoine. _______________________________________________ Speed mailing list [email protected] https://mail.python.org/mailman/listinfo/speed
