diff options
author | Rui Ueyama <ruiu@google.com> | 2015-07-03 05:31:35 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2015-07-03 05:31:35 +0000 |
commit | a51ce71fdfa0ed77ef2657b3e5686aae1a76e185 (patch) | |
tree | 00808fcf4a031910990cba99761c53c37ebb818f /clang/unittests/Format/FormatTestJava.cpp | |
parent | 25bb2e4709d5be7ac694d8f428d9864c5e0c48fd (diff) | |
download | llvm-a51ce71fdfa0ed77ef2657b3e5686aae1a76e185.zip llvm-a51ce71fdfa0ed77ef2657b3e5686aae1a76e185.tar.gz llvm-a51ce71fdfa0ed77ef2657b3e5686aae1a76e185.tar.bz2 |
COFF: Call exit(0) on success to not call destructors.
This change cut the link time of chrome.dll from 24 seconds
to 22 seconds (5% gain). When the control reaches end of link(),
all output files have already been written. All in-memory
objects can just vanish. There is no use to call their dtors.
llvm-svn: 241320
Diffstat (limited to 'clang/unittests/Format/FormatTestJava.cpp')
0 files changed, 0 insertions, 0 deletions