ruby-changes:25586
From: ko1 <ko1@a...>
Date: Tue, 13 Nov 2012 17:36:51 +0900 (JST)
Subject: [ruby-changes:25586] ko1:r37643 (trunk): * compile.c (insn_data_to_s_detail): remove debug lines.
ko1 2012-11-13 17:36:42 +0900 (Tue, 13 Nov 2012) New Revision: 37643 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=37643 Log: * compile.c (insn_data_to_s_detail): remove debug lines. Modified files: trunk/ChangeLog trunk/compile.c Index: ChangeLog =================================================================== --- ChangeLog (revision 37642) +++ ChangeLog (revision 37643) @@ -1,3 +1,7 @@ +Tue Nov 13 17:35:49 2012 Koichi Sasada <ko1@a...> + + * compile.c (insn_data_to_s_detail): remove debug lines. + Tue Nov 13 17:28:47 2012 Koichi Sasada <ko1@a...> * vm_insnhelper.c (vm_caller_setup_args): save and restore Index: compile.c =================================================================== --- compile.c (revision 37642) +++ compile.c (revision 37643) @@ -5282,9 +5282,6 @@ { rb_call_info_t *ci = (rb_call_info_t *)OPERAND_AT(iobj, j); rb_str_catf(str, "<callinfo:%s, %d>", ci->mid ? rb_id2name(ci->mid) : "", ci->orig_argc); - if (ci->orig_argc > 60) { - rb_bug("xyzzy"); - } break; } case TS_CDHASH: /* case/when condition cache */ -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/