Changes between Version 4 and Version 5 of Ticket #53662, comment 13


Ignore:
Timestamp:
Mar 10, 2017, 2:52:10 AM (7 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #53662, comment 13

    v4 v5  
    1 gcc48 and other gcc version will build without `isl`, but disabling Graphite loop optimizations. This can be achieved by the deleting the `with system isl` configuration option. I have no idea if Graphite loop optimizations are worthwhile, but nice to have them, anyway.
     1gcc48 and other gcc versions will build without `isl`, which is needed only for Graphite loop optimizations. This can be achieved by the deleting the `with system isl` configuration option. I have no idea if Graphite loop optimizations are worthwhile, but nice to have them, anyway.
    22
    3 It's looking very likely that a copy of isl 0.14 in the gcc48 source directory, with the folder named `isl`, and a copy of cloog similarly, will allow a local build-only version. That might be useful someday.
     3A copy of isl 0.14 in the gcc48 source directory, with the folder named `isl`, and a copy of cloog similarly, will allow a local build-only version. That might be useful someday.