summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-05 12:49:01 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-05 12:49:01 +0000
commit730374e56e60f9e9d6b7aafd9f80902fd7fcd30b (patch)
tree1c68a02a62e8846b0fd5193f351bcd3079456498 /ChangeLog
parentea394a402bc3312b250d6ecd415a490c9af68584 (diff)
downloadruby-730374e56e60f9e9d6b7aafd9f80902fd7fcd30b.tar.gz
* vm_insnhelper.c (vm_callee_setup_arg): it is not inlinable because
alloca is used. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14896 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 93118875cf..3a5d9a0f0d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat Jan 5 21:48:03 2008 Tanaka Akira <akr@fsij.org>
+
+ * vm_insnhelper.c (vm_callee_setup_arg): it is not inlinable because
+ alloca is used.
+
Sat Jan 5 16:50:48 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
* string.c (rb_str_resize): copy if old data is not empty