Project

General

Profile

« Previous | Next » 

Revision bef3eb54

Added by ko1 (Koichi Sasada) almost 5 years ago

fix decl of ruby_single_main_ractor

On windows, MJIT doesn't work without this patch because of
the declaration of ruby_single_main_ractor. This patch fix this
issue and move the definition of it from ractor.c to vm.c to locate
near place of ruby_current_vm_ptr.