[pypy-dev] SmallTuples

Armin Rigo arigo at tunes.org
Thu May 26 14:35:39 CEST 2011


Hi,

FWIW, they are disabled as Carl Friedrich pointed out; but a way to
change them to be more on the safe side would be to have only small
tuples of length 2 optimized that way (and maybe 3, although I'm
really unsure if they are used often enough to be a big win).  That
way, even in heterogenous usage we end up with only 2 cases: length 2
and any other length.


A bientôt,

Armin.


More information about the pypy-dev mailing list