ruby-cvs:20158
From: ko1 ruby-lang.org
Date: Mon, 13 Aug 2007 04:09:16 +0900 (JST)
Subject: [ruby-cvs:20158] Ruby:r12922 (trunk): * vm_dump.c (debug_print_pre): fix to show control frame count.
ko1 2007-08-13 04:09:15 +0900 (Mon, 13 Aug 2007)
New Revision: 12922
Modified files:
trunk/ChangeLog
trunk/insns.def
trunk/iseq.c
trunk/lib/vm/instruction.rb
trunk/vm.h
trunk/vm_dump.c
Log:
* vm_dump.c (debug_print_pre): fix to show control frame count.
* insns.def (opt_call_c_function): fix operand type.
* lib/vm/instruction.rb: ditto.
* insnhelper.ci (vm_push_frame, vm_pop_frame): fix to show
control stack status on if VMDEBUG == 2.
* vm.h: add a comment about VMDEBUG.
* iseq.c (find_prev_line_no): fix to skip bug report if
line is not found.
* lib/vm/instruction.rb: fix to use build_string() on
source code generators.
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/vm_dump.c?r1=12922&r2=12921
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/vm.h?r1=12922&r2=12921
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=12922&r2=12921
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/iseq.c?r1=12922&r2=12921
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/lib/vm/instruction.rb?r1=12922&r2=12921
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/insns.def?r1=12922&r2=12921