help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] reverse class order for instvar indexing


From: Stephen Compall
Subject: [Help-smalltalk] reverse class order for instvar indexing
Date: Sat, 30 Dec 2006 00:06:12 -0600

I was getting instvar indexing conflicts (different classes would choose
instvar 0 for different instvars) in Compiler until the attached tiny
patch to STSymbolTable>>#declareEnvironment:.  Iterating from the other
end of the inheritance tree seems to be what is intended by the readOnly
calculation semantics, anyway.

-- 
Stephen Compall
http://scompall.nocandysw.com/blog

Attachment: gst-reverse-instVar-indexing.diff
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]