gnustep-dev
[Top][All Lists]
Advanced

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

Re: Broken objc_allocateClassPair


From: David Chisnall
Subject: Re: Broken objc_allocateClassPair
Date: Mon, 14 Jan 2013 10:42:49 +0000

This is now fixed in trunk, however...

On 14 Jan 2013, at 08:59, Luboš Doležel wrote:

> I could use objc_resolve_class() in between class registrations, but that 
> results in +load being called, which should not be happening at that point.

Testing on OS X shows that +load is never called on classes that are allocated 
at run time, which is somewhat interesting.  I've now done a slightly cleaner 
fix, that simply avoids sending +load messages to any user-created classes.  

David

-- Sent from my IBM 1620




reply via email to

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