[NEWS] Improved Object#method performance

This commit is contained in:
Watson
2014-03-31 11:31:19 +09:00
parent 104b91bd31
commit ef787ffc28
2 changed files with 3 additions and 2 deletions

3
NEWS
View File

@@ -21,9 +21,10 @@
* Added support for Xcode 5.1 and iOS 7.1 final.
* [iOS] Made `tap' test helper work with `UISwitch'.
* Fixed a bug where the cycle detector did not work for Array/Hash objects.
* Fixed a memory leak in Object#{method, public_method, instance_method,
* Fixed a memory leak in Object#{method, public_method, instance_method,
public_instance_method}.
* Improved Object#instance_variable_set performance. ~20% faster.
* Improved Object#method performance. ~50% faster.
* Improved method dispatcher performance. ~5% faster.
* Improved fine-grained lock performance. ~20% faster.

2
vm

Submodule vm updated: b65a7f00b4...c7e07f3955