From 03141616abe5180677afe1c98f020c7073816c7b Mon Sep 17 00:00:00 2001 From: David Chisnall Date: Thu, 28 Jan 2016 19:02:35 +0000 Subject: [PATCH] Added notes to ANNOUNCE about the Thumb-2 work. --- ANNOUNCE | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ANNOUNCE b/ANNOUNCE index e051818..572626f 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -18,6 +18,12 @@ Highlights of this release include: - Numerous improvements to the interaction between runtime functions and ARC. +- Support for Thumb-2 interworking on ARM. Note that the library must be + compiled for ARMv7 or ARMv6T2 for this code to be enabled. Once it has been, + other Objective-C binaries linked with the library can be compiled as ARM or + Thumb-2 code. This will also generate Thumb-2 message send functions, + improving instruction cache usage. + You may obtain the code for this release from git and use the 1.x branch: https://github.com/gnustep/libobjc2.git