I'm working on writing a module for PyPy, the code runs fine via py.py, but I'm still debugging the RTyping errors. What can I do to speed up the translation process. Currently I'm running
pypy translate.py --opt=0 targetpypystandalone.py On my machine that takes about 800sec before it starts rtyping my module. Are there some better options I can use if I simply want to make sure that my module will fit into the PyPy typesystem? Thanks, Timothy _______________________________________________ pypy-dev mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-dev
