mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
fad97f1f96
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. |
||
---|---|---|
.. | ||
controllers | ||
helpers | ||
loaders | ||
models | ||
scripts | ||
tests | ||
views |