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]

Re: RFC/CFT: current status of the fwprop patch


Eric Christopher suggested that I have fun and say that it has a compilation-time improvement of 3%, and that I post a diffstat. I'll restrict it to the more interesting ones ;-)

cse.c | 979 +++++-------------------------------------------------------
df.c  | 475 ++++++-----------------------

Overall, 14 files changed, 1146 insertions(+), 1310 deletions(-). Of course more deletions are to come with the removal of path following, ~400 lines.

Steven Bosscher pointed out that it exposes PR23911, a missed tree optimization with complex types.

Paolo


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