Open
Description
In SOM-st/TruffleSOM#47, TruffleSOM uses a "better" approach to initialize the unsafe accesses for the object model.
Instead of needing instances of objects, which have their own virtual methods, we can keep all the logic in one place, and only read the offsets from the StorageAnalyzer.
This might be a benefit for interpreter performance, though, unmeasured, and I don't remember what the impact was for introducing the current design in SOMns.