RFA: Bring ObjC init/finalization into line with C

Neil Booth neil@daikokuya.demon.co.uk
Mon Dec 17 14:50:00 GMT 2001


Ziemowit Laski wrote:-

> Or, at least, "somewhat happier".  :)  As far as Apple's version is
> concerned, this is just the opening salvo.  My ongoing work is on
> depriving ObjC of its own control flow -- instead, pieces of ObjC
> get called at crucial moments from C or C++ via a bunch of 
> maybe_objc_...()
> hooks.

Hmm.  I'm not a big fan of those.  I was even trying to think of clean
ways of getting rid of them.

One way is, of course, compiling twice with conditional compilation.
But didn't satisfy my idea of clean 8-)

Neil.



More information about the Gcc-patches mailing list