[pypy-dev] pypy_g_action_dispatcher

Hakan Ardo hakan at debian.org
Mon Nov 1 22:13:07 CET 2010


Hi,
after 1016420 iterations of the loop below, pypy_g_action_dispatcher()
is called for the first time. After that it is called every 100
iterations or so. Is this intentional?

import sys
for i in range(10000000):
    if i%20 == 0: sys.stderr.write('%d\n'%i)

-- 
Håkan Ardö



More information about the Pypy-dev mailing list