From afc784175cc0c0556eee8b41bf9a74315af7cfd2 Mon Sep 17 00:00:00 2001 From: David Chisnall Date: Fri, 25 Dec 2015 15:02:13 +0100 Subject: [PATCH] Update release notes for last commit. --- ANNOUNCE | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ANNOUNCE b/ANNOUNCE index 928662b..7bf7b9c 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -9,6 +9,10 @@ Highlights of this release include: - Improved the dispatch table representation to improve performance and cache usage on the fast path. +- The implementation of `imp_implementationWithBlock`, the function that allows + blocks to be used as methods, no longer requires physical pages to be mapped + both writeable and executable. + - Numerous improvements to the interaction between runtime functions and ARC. You may obtain the code for this release from git and use the 1.x branch: