|
|
|
|
|
by wyldfire
1246 days ago
|
|
The assembler laid out the code within the sections and generally it's not changed after that (except for targets that do linker relaxation). However with -ffunction-sections the compiler would put each function in its own section which then can be independently relocated. |
|