diff options
| -rw-r--r-- | polly/docs/ReleaseNotes.rst | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/polly/docs/ReleaseNotes.rst b/polly/docs/ReleaseNotes.rst index 2a933d35975..23226ce11d7 100644 --- a/polly/docs/ReleaseNotes.rst +++ b/polly/docs/ReleaseNotes.rst @@ -12,15 +12,14 @@ In Polly 5 the following important changes have been incorporated. - Change ... --------- -Internal --------- - -C++ bindings ------------- - -Polly uses now C++ bindings when using isl which remove the need for manual -memory management. +--------------------------------------------------------- +C++ bindings for isl math library improve maintainability +--------------------------------------------------------- + +In the context of `Polly Labs <pollylabs.org>`_, a new set of C++ bindings was +developed for the isl math library. Thanks to the new isl C++ interface there +is no need for manual memory management any more and programming with integer +sets became easier in general. Today:: |

