From 151cab2bd7dcb0a983edb1488c59a82efdc28df7 Mon Sep 17 00:00:00 2001 From: ko1 Date: Mon, 21 May 2007 04:46:51 +0000 Subject: * compile.c, vm_macro.def: support tail call optimization (on default, this feature is not enabled). * iseq.c, compile.c, vm_opts.h: add "tailcall_optimization" option. * sample/test.rb (test_ok): fix to adjust tailcall stack layout. * insns.def, vm.c, compile.c, yarvcore.c, yarvcore.h: add opt_gt, opt_le instructions. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12304 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0a8d9fe02..5a3afa165 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +Mon May 21 13:40:00 2007 Koichi Sasada + + * compile.c, vm_macro.def: support tail call optimization + (on default, this feature is not enabled). + + * iseq.c, compile.c, vm_opts.h: add "tailcall_optimization" + option. + + * sample/test.rb (test_ok): fix to adjust tailcall stack layout. + + * insns.def, vm.c, compile.c, yarvcore.c, yarvcore.h: + add opt_gt, opt_le instructions. + Mon May 21 03:34:06 2007 Minero Aoki * lib/net/smtp.rb: CRAM-MD5 authentication did not work. -- cgit