1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/tool/ruby_vm
Koichi Sasada fad97f1f96 sync generic_ivtbl
generic_ivtbl is a process global table to maintain instance variables
for non T_OBJECT/T_CLASS/... objects. So we need to protect them
for multi-Ractor exection.

Hint: we can make them Ractor local for unshareable objects, but
      now it is premature optimization.
2020-10-14 16:36:55 +09:00
..
controllers
helpers tool/prelude.c.tmpl: use RubyVM::CEscape 2020-08-11 16:51:07 +09:00
loaders
models Use ID instead of GENTRY for gvars. (#3278) 2020-07-03 16:56:44 +09:00
scripts
tests
views sync generic_ivtbl 2020-10-14 16:36:55 +09:00