[llvm-commits] [PATCH] Compress Repeated Byte Output
David Greene
dag at cray.com
Fri Aug 26 10:48:49 PDT 2011
Emit a repeated sequence of bytes using .zero. This saves an enormous
amount of asm file space for certain programs.
---
Here's an updated version of the patch.
-Dave
lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 61 +++++++++++++++++++++++++++++++--
1 files changed, 58 insertions(+), 3 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Compress-Repeated-Byte-Output.patch
Type: text/x-patch
Size: 2704 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110826/53d0fec3/attachment.bin>
More information about the llvm-commits
mailing list