aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-03 02:48:43 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-03 02:48:43 +0000
commitcc71f75b60fdf7908fb51bbb9a65aadb0c1e3b75 (patch)
treec4136b11a396f36f04889619c28142f85efff701 /ChangeLog
parenta4a966919d8d21838216355be7f2b0a5ad9958d3 (diff)
downloadruby-cc71f75b60fdf7908fb51bbb9a65aadb0c1e3b75.tar.gz
* method.h: change fileds order to gather frequent acces fields.
* vm_insnhelper.c (vm_call_method): add LIKELY(). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50745 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8d1975f1a1..77ebfe1aa7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Wed Jun 3 11:47:15 2015 Koichi Sasada <ko1@atdot.net>
+
+ * method.h: change fileds order to gather frequent acces fields.
+
+ * vm_insnhelper.c (vm_call_method): add LIKELY().
+
Wed Jun 03 10:35:45 2015 Koichi Sasada <ko1@atdot.net>
* method.h: split rb_method_definition_t::flag to several flags.