Skip to content

Instantly share code, notes, and snippets.

@ieure
Created June 21, 2011 21:48
Show Gist options
  • Save ieure/1038992 to your computer and use it in GitHub Desktop.
Save ieure/1038992 to your computer and use it in GitHub Desktop.
PYPY_USESSION_BASENAME='-' python pypy/translator/goal/translate.py --batch --source --opt=jit pypy/translator/goal/targetpypystandalone --allworkingmodules
Recent stdout:
gcc -O3 -pthread -fomit-frame-pointer -Wall -Wno-unused -DPy_BUILD_CORE -msse2 -mfpmath=sse -DPYPY_CPU_HAS_STANDARD_PRECISION -frandom-seed=implement_72.c -o implement_72.s -S implement_72.c -I/home/ieure/pypy/1.5/pypy-1.5/pypy/translator/c -I/home/ieure/pypy/1.5/pypy-1.5/pypy/module/cpyext/include -I..
implement_72.c: In function ‘pypy_g_ccall_RAND_add__arrayPtr_INT_Float_reload’:
implement_72.c:62419: warning: implicit declaration of function ‘RAND_add’
/usr/bin/python /home/ieure/pypy/1.5/pypy-1.5/pypy/translator/c/gcc/trackgcroot.py -mmain -t implement_72.s > implement_72.gctmp
mv implement_72.gctmp implement_72.gcmap
gcc -O3 -pthread -fomit-frame-pointer -Wall -Wno-unused -DPy_BUILD_CORE -msse2 -mfpmath=sse -DPYPY_CPU_HAS_STANDARD_PRECISION -frandom-seed=implement_73.c -o implement_73.s -S implement_73.c -I/home/ieure/pypy/1.5/pypy-1.5/pypy/translator/c -I/home/ieure/pypy/1.5/pypy-1.5/pypy/module/cpyext/include -I..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment