[pypy-svn] r17998 - pypy/dist/pypy/translator/goal

ericvrp at codespeak.net ericvrp at codespeak.net
Fri Sep 30 09:43:05 CEST 2005


Author: ericvrp
Date: Fri Sep 30 09:43:02 2005
New Revision: 17998

Removed:
   pypy/dist/pypy/translator/goal/target_pypy-llvm.py
Modified:
   pypy/dist/pypy/translator/goal/run_pypy-llvm.sh
   pypy/dist/pypy/translator/goal/runtranslate.sh   (props changed)
Log:
cleaning up

Modified: pypy/dist/pypy/translator/goal/run_pypy-llvm.sh
==============================================================================
--- pypy/dist/pypy/translator/goal/run_pypy-llvm.sh	(original)
+++ pypy/dist/pypy/translator/goal/run_pypy-llvm.sh	Fri Sep 30 09:43:02 2005
@@ -1,30 +1,3 @@
 #!/bin/sh
 export RTYPERORDER=order,module-list.pedronis 
-# stopping on the first error
-#python translate_pypy.py -no-c -no-o -text -fork2
-# running it all 
-#python translate_pypy.py target_pypy-llvm -text -llvm $*
-python translate_pypy_new.py targetpypystandalone --backend=llvm --pygame --batch --fork=fork2 $*
-
-
-# How to work in parallel:
-# There is an environment variable to be set with your personal random seed.
-# Seeds taken so far are
-# Armin: 42, Samuele: 46, Chris: 49, Arre: 97, hpk/rxe: 23
-# Under Windows, use
-# SET RTYPERSEED=xx
-# where xx is your seed. When you run translate_pypy, you will get a message
-# with your seed, if everything is fine. The purpose of the seed is to
-# shuffle the annotated blocks, in order to create different errors.
-
-# To get the above RTYPER problems, do:: 
-
-#     RTYPERORDER=order,SOMEFILE 
-#     # stopping on the first error
-#     python translate_pypy.py -no-c -no-o -fork -text  -t-insist
-
-#     # seeing things in the graph
-#     python translate_pypy.py -no-c -no-o 
-
-# In the SOMEFILE you put: 
-#     pypy.rpython.rarithmetic.ovfcheck_float_to_int 
+python translate_pypy_new.py targetpypystandalone --backend=llvm --text --batch --no-run $*



More information about the Pypy-commit mailing list