Interface/HTTPServices.class Interface/HashStrings.class \
Interface/JhttpServer.class Interface/JhttpWorker.class \
Interface/LogFile.class Interface/Pair.class \
-Interface/WebInterface.class
+Interface/WebInterface.class Analysis/Prefetch/PrefetchAnalysis.class
echo -taskstate do task state analysis
echo -optional enable optional
echo -debug generate debug symbols
+echo -prefetch prefetch analysis
echo -webinterface enable web interface
echo -runtimedebug printout runtime debug messages
echo "-thread use support for multiple threads"
then
JAVAOPTS="$JAVAOPTS -dsm"
DSMFLAG=true
+elif [[ $1 = '-prefetch' ]]
+then
+JAVAOPTS="$JAVAOPTS -prefetch"
elif [[ $1 = '-mac' ]]
then
EXTRAOPTIONS="$EXTRAOPTIONS -DMAC"