This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Difference in class initialization between NeXT / GNU ObjC runtime



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]