aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-10-29 21:47:05 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-10-29 21:47:05 +0000
commit1d122a7c73ba8ec2af0f9ec1a7662b9d90bb5efe (patch)
tree845175bceff41583839998a39887b575b6594393 /ChangeLog
parent4854e7ee3461ab4831834eda172be4d18b4c01a5 (diff)
downloadruby-1d122a7c73ba8ec2af0f9ec1a7662b9d90bb5efe.tar.gz
* vm_insnhelper.c (vm_env_cref): make it inline for performance.
* vm_insnhelper.c (rb_vm_get_cref): use NULL instead of 0. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52370 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 9ccb53ae0a..a34c2cb777 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Fri Oct 30 06:43:50 2015 Koichi Sasada <ko1@atdot.net>
+
+ * vm_insnhelper.c (vm_env_cref): make it inline for performance.
+
+ * vm_insnhelper.c (rb_vm_get_cref): use NULL instead of 0.
+
Fri Oct 30 06:20:40 2015 Koichi Sasada <ko1@atdot.net>
* insns.def: nobody set ic->ic_value.value to Qundef.