comparison tests/runtest @ 217:0806379a5eca trunk

[svn r233] Added: -oq command line option for writing fully qualified object names. Added: started support for x86 80bit floating point. Changed: aggregates passed by value now use the llvm 'byval' parameter attribute, also lays ground work for using other attributes. Changed: eliminated a lot more std::vectorS, these showed up pretty much at the top when profiling! Changed: performed other misc. cleanups. Changed: halt expression now call the new llvm trap intrinsic instead of an assert(0). Changed: dstress suite now passes -O0 by default, this only eliminates unreferenced globals, which speeds up linking quite a bit.
author lindquist
date Thu, 05 Jun 2008 06:38:36 +0200
parents 086e1aa99557
children c603041da866
comparison
equal deleted inserted replaced
216:3d022aa016ae 217:0806379a5eca
33 echo "Running new test and storing result in $TARGETFILE ..." 33 echo "Running new test and storing result in $TARGETFILE ..."
34 echo 34 echo
35 35
36 if [ -z $DMD ] ; then 36 if [ -z $DMD ] ; then
37 echo "Testing with llvmdc. Set DMD environment variable to select compiler." 37 echo "Testing with llvmdc. Set DMD environment variable to select compiler."
38 DMD="llvmdc" 38 DMD="llvmdc -O0"
39 else 39 else
40 echo "Using compiler given by DMD environment variable: $DMD" 40 echo "Using compiler given by DMD environment variable: $DMD"
41 fi 41 fi
42 42
43 echo 43 echo