On Jul 29, 2008, at 7:45 PM, Torsten Curdt wrote:
Thanks for that!Really interesting - but also sounds really terrible :) Makes you wonder why stuff like hasn't been fixed in Objective-C 2.0.
It has been in the modern runtime -- the runtime used in on 64 bits and "other places". In that environment, the runtime can and will @synthesize instance variables and it is possible to add instance variables in a private way (but not supported entirely in syntax).
As well, the modern runtime allows a superclass to add instance variables without recompiling subclasses.
It isn't fixed in the 32 bit runtime because we couldn't figure out a way to do so that both preserved binary compatibility and used a finite amount of memory / CPU.
b.bum
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]