This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Difference in class initialization between NeXT / GNU ObjC runtime
- To: <discuss-gnustep at gnu dot org>, <gcc at gcc dot gnu dot org>
- Subject: Difference in class initialization between NeXT / GNU ObjC runtime
- From: "Michael Scheibler" <michael dot scheibler at onevision dot de>
- Date: Wed, 4 Jul 2001 16:09:59 +0200
- Organization: OneVision Software AG
When a class is referenced for the first time, it will be initialized by the
runtime using
+ (void) initialize
On OpenStep, the runtime automatically chose the super class' implementation
if necessary - on GNU's runtime not.
Is this a known problem - or is it even a problem at all?
Michael Scheibler