This is a hand-made .cs update (loading a cs) https://pharo.fogbugz.com/f/cases/resolve/12113/Slot-fix-some-layout-class-n... an update related to Slots This is how the hierarchy of layouts currently looks: AbstractLayout EmptyLayout ObjectLayout BitsLayout ByteLayout WordLayout CompiledMethodLayout LayoutWithSlots PointerLayout VariableLayout WeakLayout SmallIntegerLayout the change does the rename: PointerLayout->FixedLayout LayoutWithSlots->PointerLayout More information about Slots can be found in the paper: http://rmod.lille.inria.fr/archives/papers/Verw11a-OOSPLA11-FlexibleObjectLa... Or a intro about what this is about here: http://www.slideshare.net/MarcusDenker/lecture-27685035 On 13 Dec 2013, at 11:29, GitHub <noreply@github.com> wrote:
Log Message: ----------- 30641