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]

Re: static constructors/destructors and atexit


Kamil Iskra wrote:
> Excuse me, but why complicate it so much? Why can't we simply make the
> compiler replace the user-level atexit() calls with our own atexit() with
> no limits? This way we would conform to the standard, right?

I think the original question was whether the user could write portable
code (ie code that doesn't assume unlimited atexit() calls).

Noel


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