NSNotificationCenter problem

Scott Stevenson sstevenson at mac.com
Mon Nov 5 22:55:39 PST 2007


On Nov 2, 2007, at 10:02 AM, Christiaan Hofman wrote:

> I know. But it seems to me that if class posing is deprecated than  
> method swizzling might also be "deprecated", perhaps even more so?

Yes. Swizzling and all that hackery will not work in the future (64- 
bit, in particular) because the runtime is apparently moving away from  
making everything revolve around raw structs.

The idea is to resolve the fragile base class issue. Along with better  
performance, better architecture, and so on.

     - Scott


More information about the MacOSX-dev mailing list