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]

Re: povray: Revised numbers


So the tree-ssa compilation times are not too bad, runtime, too. Using
-ftree-sra -ftree-points-to=andersen doesn't improve runtime performance,
though.

tree-sra is on by default, so i don't know why you'd think that would improve performance.
as for points to, as i've stated multiple times before, it's not going to help much (more than 1%) until I finish the code that uses the results to disambiguate what vars are call clobbered, alias global memory, and point to global memory.
Most of our optimizations are *not* blocked by aliasing other variables, they are blocked by thinking variables are call clobbered, alias global memory, or point to global memory.


One of the reasons i haven't requested that points-to be turned on by default is that it won't have a performance impact until i've finished the aforementioned code.


Richard.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]