Re: eliminating array bounds checking overhead

mayur_naik@my-deja.com
30 Apr 2000 00:20:30 -0400

          From comp.compilers

Related articles
[8 earlier articles]
Re: eliminating array bounds checking overhead terryg@uswest.net (Terry Greyzck) (2000-04-27)
Re: eliminating array bounds checking overhead fjscipio@rochester.rr.com (Fred J. Scipione) (2000-04-27)
Re: eliminating array bounds checking overhead sandeep@ddi.com (Sandeep Dutta) (2000-04-29)
Re: eliminating array bounds checking overhead tej@melbpc.org.au (Tim Josling) (2000-04-30)
Re: eliminating array bounds checking overhead markw65@my-deja.com (Mark Williams) (2000-04-30)
Re: eliminating array bounds checking overhead d95josef@dtek.chalmers.se (2000-04-30)
Re: eliminating array bounds checking overhead mayur_naik@my-deja.com (2000-04-30)
Re: eliminating array bounds checking overhead terryg@uswest.net (Terry Greyzck) (2000-05-01)
Re: eliminating array bounds checking overhead monnier+comp/compilers/news/@flint.cs.yale.edu (Stefan Monnier) (2000-05-01)
Re: eliminating array bounds checking overhead r_c_chapman@my-deja.com (2000-05-01)
Re: eliminating array bounds checking overhead markw65@my-deja.com (Mark Williams) (2000-05-04)
Re: eliminating array bounds checking overhead world!bobduff@uunet.uu.net (Robert A Duff) (2000-05-04)
Re: eliminating array bounds checking overhead paule@martex.gen.oh.us (Paul Evans) (2000-05-04)
[2 later articles]
| List of all articles for this month |

From: mayur_naik@my-deja.com
Newsgroups: comp.compilers
Date: 30 Apr 2000 00:20:30 -0400
Organization: Deja.com - Before you buy.
References: 00-04-194 00-04-201
Keywords: optimize

    jprice@scdt.intel.com (Jeff Price) wrote:


> Mainsail, from Xidak, Inc. does all three.
>
> >Does any language or any machine provide some mechanism to:
> >
> >1. index an array without checking its bounds
> >2. throw an exception if the index was actually out of range
> >3. allow the programmer to catch and handle the exception rather than
> > terminate the program
>


I just went through the Mainsail language reference manual and it does
the above 3 things. However, is the run-time array bound checking
mechanism of Mainsail faster than two less-than tests?


Thanks.


-- Mayur Naik


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.