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] | |
I found following differences in sourceThis leads me to the following half-baked hypothesis: Some kinds of data/information that used to persist across the entire compilation are now created and destroyed repeatedly in some local temporal scope, like the compilation of a single function. This hypothesis would explain not only the increased number of gc passes, but also the overall performance degradation we see (even with gc turned off).
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |