Open ryao opened 11 years ago
It is sort of possible to get it to work, but then the LZ4_decompress routine fails:
$ git checkout 902e7615b779338f49fe5234699ae8da8d1480b2
$ git checkout 902e7615b779338f49fe5234699ae8da8d1480b2^ lzxx.c
$ sed -i 's/lzxx.c/& lzjb_fast.c/' ./Makefile
$ ./fullbenchK -d /tmp/silesia.tar
*** LZ4/LZJB speed analyzer 64-bits, by Yann Collet (with LZJB hacks by Strontium) (Oct 28 2013) ***
/tmp/silesia.tar :
LZ4_decompress_fast : 211957760 -> 1279.3 MB/s
ERROR @ Chunk 0 ! ZFS_lz4_decompress() == 1 != 4194304 !!
Looking for differences from /tmp/silesia.tar (211957760 bytes)
This appears to have started in the commit previous to 902e7615b779338f49fe5234699ae8da8d1480b2, which is the current HEAD.
hmm, I will look in to it Sorry.
Hi,
might be a bit late, but re-adding file lzxx.c deleted in the forementioned commit works.
make all
complains about a mizzing lzxx.c.