mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
add debug log on enabling multi-ractor mode
This commit is contained in:
parent
b189dc6926
commit
b416a76402
Notes:
git
2020-09-18 14:18:20 +09:00
1 changed files with 1 additions and 0 deletions
1
ractor.c
1
ractor.c
|
@ -1224,6 +1224,7 @@ vm_insert_ractor(rb_vm_t *vm, rb_ractor_t *r)
|
|||
else {
|
||||
vm_ractor_blocking_cnt_inc(vm, r, __FILE__, __LINE__);
|
||||
|
||||
RUBY_DEBUG_LOG("ruby_multi_ractor=true", 0);
|
||||
// enable multi-ractor mode
|
||||
ruby_multi_ractor = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue