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ö
_______________________________________________
[email protected]
http://codespeak.net/mailman/listinfo/pypy-dev

Reply via email to