On 09.11.2014 18:35, Tobias Burnus wrote:
Roman Gareev wrote:
    * Makefile.in: Remove the compilation of graphite-clast-to-gimple.o.
    * graphite.c: Remove using of CLooG.
    * graphite-blocking.c: Likewise.
    * graphite-dependences.c: Likewise.
    * graphite-poly.c: Likewise.
    * graphite-poly.h: Likewise.
    * graphite-scop-detection.c: Likewise.
    * graphite-sese-to-poly.c: Likewise.
    * graphite-clast-to-gimple.c: Removed.
    * graphite-clast-to-gimple.h: Likewise.
    * graphite-htab.h: Likewise.

When that's in, I think one can also remove cloog from the main
configure.ac and Makefile.tpl (assuming that no one at sourceware.org
needs it). Additionally, CLooG could then be removed from
doc/install.texi's prerequisites list and from the trunk's
contrib/download_prerequisites.

Right.

Is there something to add to https://gcc.gnu.org/gcc-5/changes.html –
either to caveats or to general optimizer improvements?

We now have a new AST generator. It produces in several cases better code, but that must not necessarily show up in performance numbers. The
two main benefits are:

- One run-time dependence less
- A set of advanced features

  Mircea just demonstrated one of them, but there are several others.

Cheers,
Tobias

Reply via email to