Displaying 2 results from an estimated 2 matches for "d164d363".
2008 Jun 26
0
[LLVMdev] llvm-gcc -O0 compile times
...umbers. I got:
Section (__TEXT, __text): 254569
Section (__DWARF, __debug_frame): 82612
Section (__DWARF, __debug_info): 841164
Evan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080626/d164d363/attachment.html>
2008 Jun 21
3
[LLVMdev] llvm-gcc -O0 compile times
I've started investigating -O0 -g compile times with llvm-gcc, which
are pretty important for people in development mode (e.g. all debug
builds of llvm itself!).
I've found some interesting things. I'm testing with mainline as of
r52596 in a Release build and with checking disabled in the front-
end. My testcase is a large C++ source file: my friend