Displaying 1 result from an estimated 1 matches for "ellbzip2".
2008 May 14
3
[LLVMdev] Help needed after hiatus
...several instances of "new" became "Create".
Now, a test case that previously succeeded fails. I run the following
script:
#!/bin/sh
if [ 1 -ne 0 ] ; then
echo -n "ellsif:"
/usr/bin/time -f "real %e user %U sys %S" ../elsa/ellsif/ellsif -v
-O0 -g -o ellbzip2 -D_FILE_OFFSET_BITS=64 $* bzip2.c crctable.c
randtable.c compress.c blocksort.c huffman.c decompress.c bzlib.c
if [ $? -ne 0 ] ; then exit $?; fi
echo -n "1:"; /usr/bin/time -f "real %e user %U sys %S" ./ellbzip2 -1
< sample1.ref > sample1.rb2
echo -n "2:...