ruby-cvs:23243
From: nobu ruby-lang.org
Date: Mon, 14 Apr 2008 14:34:06 +0900 (JST)
Subject: [ruby-cvs:23243] Ruby:r16003 (trunk): * compile.c, compile.h (compile_debug): made runtime option.
nobu 2008-04-14 14:34:04 +0900 (Mon, 14 Apr 2008)
New Revision: 16003
Modified files:
trunk/ChangeLog
trunk/compile.c
trunk/compile.h
trunk/debug.c
trunk/debug.h
trunk/iseq.c
trunk/vm_core.h
Log:
* compile.c, compile.h (compile_debug): made runtime option.
* debug.c (ruby_debug_print_indent): returns if debug_level exceeds
the threashold.
* debug.c (ruby_debug_printf): printf to stderr.
* iseq.c (make_compile_option, make_compile_option_value): added
debug_level option.
* vm_core.h (rb_compile_option_t): added debug_level.
* vm_core.h (struct iseq_compile_data): added node_level.
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/debug.h?r1=16003&r2=16002&diff_format=u
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/compile.c?r1=16003&r2=16002&diff_format=u
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=16003&r2=16002&diff_format=u
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/vm_core.h?r1=16003&r2=16002&diff_format=u
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/iseq.c?r1=16003&r2=16002&diff_format=u
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/debug.c?r1=16003&r2=16002&diff_format=u
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/compile.h?r1=16003&r2=16002&diff_format=u