llvm-6502/lib
Reid Spencer aeb47b8db9 Fix a bug that made the nightly tester *really* slow. During changes for
portability, the --track-space option was inadvertently ignored. This patch
fixes that so that sys::Process::GetMallocUsage() is only invoked if the
--track-spaces option is given. Apparently the mallinfo() call that
GetMallocUsage() uses is *very* slow, especially when processing very large
modules like projects/llvm-test/MultiSource/Applications/kimwitu++.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19163 91177308-0d34-0410-b5e6-96231b3b80d8
2004-12-27 08:03:04 +00:00
..
Analysis Wrap at 80 cols 2004-12-23 21:17:41 +00:00
Archive
AsmParser
Bytecode For PR351: 2004-12-21 07:51:33 +00:00
CodeGen
Debugger Correct the comments and file header. 2004-12-23 21:16:46 +00:00
ExecutionEngine Be double sure about including sys/stat.h by wrapping the inclusion in 2004-12-20 06:34:02 +00:00
Linker
Support Fix a bug that made the nightly tester *really* slow. During changes for 2004-12-27 08:03:04 +00:00
System For PR351: 2004-12-27 06:17:50 +00:00
Target
Transforms
VMCore
Makefile