From 3e8672094de1b6b568147140ad89eaa5b9ae327d Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 19 Nov 2015 05:12:14 +0000 Subject: compile.c: tailcall before specialize * compile.c (iseq_tailcall_optimize): apply tail call optimization before conversion to specialized instructions. when looking back from `leave` instruction, `send` instructions have been translated already. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52663 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 299a69a266..3bbc89f579 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Thu Nov 19 14:12:12 2015 Nobuyoshi Nakada + + * compile.c (iseq_tailcall_optimize): apply tail call optimization + before conversion to specialized instructions. when looking + back from `leave` instruction, `send` instructions have been + translated already. + Thu Nov 19 13:57:58 2015 NAKAMURA Usaku * win32/win32.c (finish_overlapped_socket): ignore EMSGSIZE when input, -- cgit v1.2.3