Displaying 1 result from an estimated 1 matches for "2211546".
2008 Jun 21
3
[LLVMdev] llvm-gcc -O0 compile times
...rame):
88636
Section (__TEXT, __StaticInit): 147 | Section (__TEXT,
__StaticInit): 166
Section (__IMPORT, __jump_table): 12790 | Section (__IMPORT,
__jump_table): 12410
Section (__IMPORT, __pointers): 136 | Section (__IMPORT,
__pointers): 128
total 1495929 | total 2211546
total 1495968 | total 2211617
There are several problems here:
1. We're emitting __eh_frame even though it is being built with -fno-
exceptions: http://llvm.org/PR2481. Just the excess labels alone give
the assembler a lot more work to do.
2. The __debug_info section is twice as...