[LLVMdev] llvm-gcc -O0 compile times

Evan Cheng evan.cheng at apple.com
Thu Jun 26 16:47:27 PDT 2008


On Jun 21, 2008, at 2:33 PM, Chris Lattner wrote:

>
>
> $ sdiff -w 120 gcc.size llvm.size
> Segment : 1495968					   |	Segment : 2211617
> 	Section (__TEXT, __text): 251661		   |		Section (__TEXT, __text):  
> 290873
> 	Section (__DWARF, __debug_frame): 82752		   |		Section (__DWARF,  
> __debug_frame): 80240
> 	Section (__DWARF, __debug_info): 671478		   |		Section (__DWARF,  
> __debug_info): 1240778
>

Are you sure the gcc numbers are right? I think these are gcc 4.0  
numbers. 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>


More information about the llvm-dev mailing list