search for: exec_ch

Displaying 1 result from an estimated 1 matches for "exec_ch".

2007 Feb 25
1
[LLVMdev] 254.gap SPEC2000
...ing.c gasman.c polynom.c statemen.c word.c costab.c idents.c range.c string.c cyclotom.c integer.c rational.c eval.c list.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