summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorKoichi Sasada <ko1@atdot.net>2020-12-02 03:37:56 +0900
committerKoichi Sasada <ko1@atdot.net>2020-12-07 08:28:36 +0900
commitb67b24d0f5e78481e6a306881b6858f0dec996ba (patch)
tree178f1e37077ded7eb9bae6d2d2031a22a98f43f0 /common.mk
parent60eabb1aa7d1d8ab83c49916bd8c3536daf5d03b (diff)
ruby_single_main_ractor for single ractor mode
ruby_multi_ractor was a flag that indicates the interpreter doesn't make any additional ractors (single ractor mode). Instead of boolean flag, ruby_single_main_ractor pointer is introduced which keeps main ractor's pointer if single ractor mode. If additional ractors are created, ruby_single_main_ractor becomes NULL.
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3842
Diffstat (limited to 'common.mk')
0 files changed, 0 insertions, 0 deletions