search for: c7aa1752

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

2004 Nov 25
1
[LLVMdev] Compression Stabilization
In preparation for Release 1.4, I've consolidated the bytecode compression to only use bzip2. zlib is not supported any more. We chose bzip2 because it offers about 10% better compression on bytecode files. Its unlikely, but this change *could* affect you if you ever built the CFE or your own LLVM project on a machine that had zlib but didn't have bzip2. If you have bzip2 on your