This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: pointer checking run time code
- From: Robert Dewar <dewar at adacore dot com>
- To: shreyas76 at gmail dot com
- Cc: gcc at gcc dot gnu dot org
- Date: Sat, 17 Sep 2005 09:58:29 -0400
- Subject: Re: pointer checking run time code
- References: <24389fb305091706412acf8053@mail.gmail.com>
shreyas krishnan wrote:
Ideas, other pointers would be great
Note that of course this kind of check is standard in Ada
and hence in GNAT, so you can get an idea from GNAT
generated code how well the backend can eliminate
such checks (answer: getting better with gcc 4).