On 6 Sep 2018, at 23:35, Petr Fischer via Pharo-users <pharo-users@lists.pharo.org> wrote:From: Petr Fischer <petr.fischer@me.com>Subject: adding instance variables (data) to the Object classDate: 6 September 2018 at 23:35:26 CEST
Hello! Weird question: why I can't add instance variables to the Object class (for example "oid" or something else)? Is it due to some internal (and different) VM "class layouts"?
Or - can I inject my own information to all existing objects (any class)?