1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 04:22:57 +02:00
llvm-mirror/lib/Bytecode/Archive
Reid Spencer e2b7b29a82 For PR797:
Final commit for this bug. This removes the last EH holdouts in LLVM
and turns off exception support by using the -fno-exceptions option. This
leads to the following reduction in library and executable sizes:
                DEBUG BUILD                RELEASE BUILD
         before     after   delta     before   after    delta
lib    162,328K  157,616K   4,712    17,864K  16,416K  1,448K
bin    571,444K  557,156K  14,288    63,296K   56,996K 6,300K

Debug   Improvement: 19,000K (2.59%)
Release Improvement:  7,748K (9.55%)

llvm-svn: 29882
2006-08-25 19:54:53 +00:00
..
Archive.cpp For PR797: 2006-08-24 23:45:08 +00:00
ArchiveInternals.h Remove trailing whitespace 2005-04-21 21:13:18 +00:00
ArchiveReader.cpp For PR797: 2006-08-25 17:43:11 +00:00
ArchiveWriter.cpp For PR797: 2006-08-25 17:43:11 +00:00
Makefile For PR797: 2006-08-25 19:54:53 +00:00