From 55e100683588c21fe5bf46b9d73fb12465f1f4dd Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 13 May 2008 22:53:01 +0000 Subject: * eval.c (rb_call0): defer calling of rb_frame_self() until it become really necessary. * eval.c (rb_call): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16408 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 48bb852c4..1f7e7bffd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Wed May 14 07:49:35 2008 Yukihiro Matsumoto + + * eval.c (rb_call0): defer calling of rb_frame_self() until it + become really necessary. + + * eval.c (rb_call): ditto. + Wed May 14 00:55:56 2008 Yusuke Endoh * test/ruby/test_io_m17n.rb: remove a duplicative method. -- cgit