This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC 3.0 Open Issues List feedback
- To: dewar at gnat dot com, geoffk at geoffk dot org
- Subject: Re: GCC 3.0 Open Issues List feedback
- From: dewar at gnat dot com
- Date: Sat, 7 Apr 2001 23:40:16 -0400 (EDT)
- Cc: gcc at gcc dot gnu dot org
<<'bounded performance' in this context implies that no destructors need
to be called, which is vanishingly rare in C++ code; I don't know about
Ada.
>>
Certainly not vanishingly rare in realtime code where remember that it is
often a rule that there is no dynamic allocation at runtime in any case.
And as a programmer you know exactly what will need to be destructed, so
this can be taken into account when worrying about critical deadline paths
in a real time program.