Skip to content

Commit

Permalink
And a couple more tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
theraven committed Nov 23, 2011
1 parent 167ac3f commit 1e30d5a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ANNOUNCE
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ release include:
are used by LanguageKit for message sending to small integers.

- Support for prototype-style object orientation. You can now add methods, as
well as associated references, to individual objects, as well as cloning
them. The runtime now supports everything required for the JavaScript object
model, including the ability to use blocks as methods on x86, x86-64 and ARM.
well as associated references, to individual objects, and clone them. The
runtime now supports everything required for the JavaScript object model,
including the ability to use blocks as methods on x86, x86-64 and ARM.

- Support for Apple-compatible objc_msgSend() functions for x86, x86-64, and
ARM. Using these approximately halves the cost of message sending operations
and results in a 10% smaller total binary size.

- A fully maintained POSIX Makefile to make bootstrapping builds and packaging
easier. This will be used automatically if GNUstep Make is not installled.
easier. This will be used automatically if GNUstep Make is not installed.

- Improvements to the included LLVM optimisation passes. Testing on a 2.8GHz
Xeon, a loop of 200,000,000 class messages took 0.8 seconds with all
Expand Down

0 comments on commit 1e30d5a

Please sign in to comment.