git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40714 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2013-05-14 01:54:48 +00:00
Родитель b4d0f63529
Коммит bb5212d395
2 изменённых файлов: 6 добавлений и 6 удалений

Просмотреть файл

@ -192,14 +192,14 @@ Mon May 13 19:29:54 2013 Koichi Sasada <ko1@atdot.net>
without write barrier (planned).
* RCLASS_SET_SUPER(a, b) set super class of a.
* array.c, class.c, compile.c, encoding.c, enum.c, error.c, eval.c,
file.c, gc.c, hash.c, io.c, iseq.c, marshal.c, object.c,
* array.c, class.c, compile.c, encoding.c, enum.c, error.c, eval.c,
file.c, gc.c, hash.c, io.c, iseq.c, marshal.c, object.c,
parse.y, proc.c, process.c, random.c, ruby.c, sprintf.c,
string.c, thread.c, transcode.c, vm.c, vm_eval.c, win32/file.c:
string.c, thread.c, transcode.c, vm.c, vm_eval.c, win32/file.c:
Use above macros and functions to access RBasic::klass.
* ext/coverage/coverage.c, ext/readline/readline.c,
ext/socket/ancdata.c, ext/socket/init.c,
ext/socket/ancdata.c, ext/socket/init.c,
* ext/zlib/zlib.c: ditto.
Mon May 13 18:44:14 2013 Koichi Sasada <ko1@atdot.net>

4
gc.c
Просмотреть файл

@ -98,10 +98,10 @@ static ruby_gc_params_t initial_params = {
#if USE_RGENGC
/* RGENGC_DEBUG:
* 1:
* 1:
* 2: remember set operation
* 3: mark
* 4:
* 4:
* 5: sweep
*/
#ifndef RGENGC_DEBUG