This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
The code size of the program in question i refer to here is DIEP and it's pretty big code size. It won't fit easily in L1 instruction cache of my K7 processors (2x dual K7). Using profile guided information and structure of which function calls which it might be possible to reschedule the functions within the software such that it has a bigger chance to hit the functions already inside L1 instruction cache.
The compile options i usually use when compiling with gcc are for first run and second run:
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |