[NEWS] update

This commit is contained in:
Watson
2014-01-22 14:26:30 +09:00
parent 0fd2d380d9
commit 47932cd85b

3
NEWS
View File

@@ -12,7 +12,8 @@
* Improved Object#inspect performance. ~25% faster.
* Improved Object#!~ performance. ~3 times faster.
* Improved performance in dispatcher. ~25% faster.
* Improved calculation performance where Float objects are used. ~80% faster.
* Improved calculation performance where Float objects are used on 32-bit
platform. ~80% faster.
* Fixed a race condition bug in the runtime where a crash would occur if
the same Objective-C constant was being resolved at the same time from
different threads.