This is the mail archive of the gcc-patches@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] |
> How is the compile-time effect on say, cc1files?
Measured using the time command on a x86_64 system:
no bswap bswap
reload.c:
0m8.050s 0m8.155s 0m8.104s 0m8.141s 0m8.094s 0m8.218s 0m8.063s 0m8.177s
8.077s 8.172s 1.118%
combine.c
0m12.153s 0m12.456s 0m12.193s 0m12.335s 0m12.194s 0m12.422s 0m12.373s 0m12.510s
12.228s 12.431s 1.66%
gimplify.c
0m14.907s 0m15.020s 0m14.926s 0m15.024s 0m14.998s 0m15.147s 0m14.916s 0m15.008s
14.937s 15.05s 0.757%
Timings are ok for expensive_optimizations I guess. Some more comments inline...
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |