I think we should move the poperties API to Pharo, using a SharedVariable.
With the already unified API, this would mean that some subclasses (who use it a lot) re-implement the properties to not need a per object table. (see e.g. AST nodes or CompiledMethod)
I think we should move the poperties API to Pharo, using a SharedVariable.
With the already unified API, this would mean that some subclasses (who use it a lot) re-implement the properties to not need a per object table. (see e.g. AST nodes or CompiledMethod)