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]
Other format: [Raw text]

Re: KDE hackers, please read (was [nathan@codesourcery.com: Re: GCC



> 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.


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