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] | |
Good way?BTW: Is there a good way to figure out how much registers the compiler could have used sensibly if they were available?
It's easy to count the numbers of virtual registers allocated after the optimisation passes but this number does not account for intersecting behaviour when registers have to be saved and restored to make room for a different content.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |