summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-06 20:42:50 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-06 20:42:50 +0000
commitec547571bb2375bdd8f835a40214d8f30402e5ff (patch)
tree9a3e5a4bac2efb8080b4649661b874a007c45cdf /ChangeLog
parent470a0f2b85576e61c268b7ab3e3ce8dc90633666 (diff)
downloadruby-ec547571bb2375bdd8f835a40214d8f30402e5ff.tar.gz
ruby-ec547571bb2375bdd8f835a40214d8f30402e5ff.tar.xz
ruby-ec547571bb2375bdd8f835a40214d8f30402e5ff.zip
* insns.def (opt_*): add IC operands.
* vm_insnhelper.h (CALL_SIMPLE_METHOD): add a version which use an inline cache. USE_IC_FOR_SPECIALIZED_METHOD macro switchs the behaviour. This change also removes CALL_SIMPLE_METHOD_IC() macro. * tool/instruction.rb: fix elimination process to ignore variable "ic". git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24778 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5d54fbeee..93255c1b1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+Mon Sep 7 05:38:34 2009 Koichi Sasada <ko1@atdot.net>
+
+ * insns.def (opt_*): add IC operands.
+
+ * vm_insnhelper.h (CALL_SIMPLE_METHOD): add a version which
+ use an inline cache. USE_IC_FOR_SPECIALIZED_METHOD macro
+ switchs the behaviour. This change also removes
+ CALL_SIMPLE_METHOD_IC() macro.
+
+ * tool/instruction.rb: fix elimination process to ignore
+ variable "ic".
+
Mon Sep 7 05:21:09 2009 Koichi Sasada <ko1@atdot.net>
* Makefile.in, common.mk: move a id.h generation rule.