Project

General

Profile

« Previous | Next » 

Revision fad97f1f

Added by ko1 (Koichi Sasada) almost 5 years ago

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.