From kde-core-devel Mon Dec 10 19:44:14 2001 From: Joe Buck Date: Mon, 10 Dec 2001 19:44:14 +0000 To: kde-core-devel Subject: Re: KDE hackers, please read (was [nathan@codesourcery.com: Re: GCC X-MARC-Message: https://marc.info/?l=kde-core-devel&m=100802073613240 > Yes, if you really, really know what you are doing and you are willing > to write code that is unportable, or that does not make use of many > language features, and you know the ABI, you may be able to get away > with this. > > You are, however, playing with fire. No kidding. Elaborate reference counting mechanisms to make sure we don't delete code objects where we still have data objects whose vtables don't point there, the quirks of five completely distinct dynamic linking systems on different OSes, etc. On the other hand, I used g++ in 1990. That was fire, man.