Related articles |
---|
[4 earlier articles] |
Re: eliminating array bounds checking overhead blaak@infomatch.com (Ray Blaak) (2000-04-27) |
Re: eliminating array bounds checking overhead Sid-Ahmed-Ali.TOUATI@inria.fr (Sid Ahmed Ali TOUATI) (2000-04-27) |
Re: eliminating array bounds checking overhead rhyde@shoe-size.com (Randall Hyde) (2000-04-27) |
Re: eliminating array bounds checking overhead nr@labrador.eecs.harvard.edu (2000-04-27) |
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: Re: eliminating array bounds checking overhead patrykz@ilion.eu.org (Patryk Zadarnowski) (2000-05-01) |
Re: eliminating array bounds checking overhead terryg@uswest.net (Terry Greyzck) (2000-05-01) |
[7 later articles] |
From: | Sandeep Dutta <sandeep@ddi.com> |
Newsgroups: | comp.compilers |
Date: | 29 Apr 2000 23:54:19 -0400 |
Organization: | WindRiver Systems Inc. |
References: | 00-04-194 00-04-199 |
Keywords: | code, architecture |
> As for the hardware side I guess that most modern architectures have
> something like BOUND on Intel.
Speaking of Hardware solutions, architectures like PowerPC and MIPS
allow static brach predictions (although MIPS is doing away with this
feature in their next generation ).
Compilers can generate these static brach predictions when the
program is optimized with profiler feed back.
Sandeep
Return to the
comp.compilers page.
Search the
comp.compilers archives again.