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: Functions that always return


    At least for C++ we don't mark functions constant if they can
    raise exceptions.   And there are no stack checks to worry about.

Why not?  On Alpha, for example, stack checking is part of the ABI.

Is a constant functgion allowed to call other functions?

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