[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Difference in class initialization between NeXT / GNU ObjC runtime
From: |
Michael Scheibler |
Subject: |
Difference in class initialization between NeXT / GNU ObjC runtime |
Date: |
Wed, 4 Jul 2001 16:09:59 +0200 |
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Difference in class initialization between NeXT / GNU ObjC runtime,
Michael Scheibler <=