[llvm-commits] [PATCH] Compress Repeated Byte Output

David Greene dag at cray.com
Thu Aug 25 13:43:59 PDT 2011


Emit a repeated sequence of bytes using .zero.  This saves an enormous
amount of asm file space for certain programs.
---

This patch fixed a bunch of problems we saw related to asm output file size.
Please review.  Thanks!

                              -Dave

 lib/CodeGen/AsmPrinter/AsmPrinter.cpp |   46 ++++++++++++++++++++++++++++++--
 1 files changed, 43 insertions(+), 3 deletions(-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Compress-Repeated-Byte-Output.patch
Type: text/x-patch
Size: 2548 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110825/1618f4b4/attachment.bin>


More information about the llvm-commits mailing list