You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: