Displaying 1 result from an estimated 1 matches for "stats_sh".
Did you mean:
start_ssh
2007 Feb 25
1
[LLVMdev] 254.gap SPEC2000
...ist.c
read.c tietze.c -o executable;
echo "Producing exec_ln...";
llc -f -stats -regalloc=linearscan executable.bc -o ln.s;
gcc ln.s -o exec_ln;
echo "Producing exec_ch...";
llc -f -stats -regalloc=chordal executable.bc -o ch.s;
gcc ch.s -o exec_ch;
# collect statistics:
stats_sh ch.s ln.s
===========================================================================
Any help would be good,
Fernando