]> mj.ucw.cz Git - libucw.git/commit
incorporated MJ's suggestions:
authorRobert Spalek <robert@ucw.cz>
Wed, 23 Jun 2004 14:41:42 +0000 (14:41 +0000)
committerRobert Spalek <robert@ucw.cz>
Wed, 23 Jun 2004 14:41:42 +0000 (14:41 +0000)
commit8bf50727d2f7427cc9d6d04284de4c564d9f9d36
tree26e8b89c0ae7423f306fd9dee453689edb08d99c
parent90c97fa2d0d6937544205ea9ee72779753a969e6
incorporated MJ's suggestions:
- flush_copy_command() exploits fast unaligned memory access and memcpy()
lizard_compress():
- the test in_start==copy_start replaced by flag bof, in_start deleted
- if (copy_len > 0) replaced by if (copy_len)
- pos_bit |= 1<<4
- deleted testing cropping at BOF, it is obsolete now
lizard_decompress():
- at label perform_copy_command, we set expect_copy_command=2
- exploit fast unaligned memory access
lib/lizard.c