From f6eafaf8bf7c2a69a8cbae84dadde72e95bdb028 Mon Sep 17 00:00:00 2001 From: Watson Date: Tue, 9 Oct 2012 22:38:13 +0900 Subject: [PATCH] add line for latest commit --- NEWS | 2 ++ vm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index aa0663df..63e65f43 100644 --- a/NEWS +++ b/NEWS @@ -30,6 +30,8 @@ version of RubyMotion, as a String. Cleaned up other RUBY_ constants. * Added the `spec:device' Rake task which will run the spec/test suite on the device via the debugger. + * Improved Hash#[]= performance with array as hash key. If use the same + length array as hash key, it make 400 times faster. = RubyMotion 1.25 = diff --git a/vm b/vm index b9347420..ceecbf6a 160000 --- a/vm +++ b/vm @@ -1 +1 @@ -Subproject commit b93474205aaa3af4349aff9e73f40147a5beaa8d +Subproject commit ceecbf6aa57fecc4145c4e668fc02b9e1bafd587