From ed84a2b0a2aa4ec85af77602b351bd56b785e2ca Mon Sep 17 00:00:00 2001 From: theraven Date: Mon, 15 Apr 2013 08:06:34 +0000 Subject: [PATCH] Updated release announcement. --- ANNOUNCE | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ANNOUNCE b/ANNOUNCE index c7b31ab..20ead16 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -29,7 +29,12 @@ Objective-C programs. Highlights of this release include: It is strongly recommended that anyone using exceptions with Objective-C++ switches to the new version. -- MIPS64 support in the assembly routines. (TODO) +- MIPS64 support in the assembly routines. Currently these are only tested + with the n64 ABI. They are believed to work with n32 and o32, but should be + considered unsupported on these platforms. + +- Small algorithmic improvement to the objc_msgSend() implementation, giving + approximately a 10% speedup (architecture-dependent) on message sends. - Updated optimisation passes to work with LLVM 3.2 and recent LLVM trunk.