------- Comment #2 from tkoenig at netcologne dot de  2008-01-05 11:48 -------
Subject: Re:  bounds checking for array intrinsics


Hi Jerry,

> Do we want the overhead of bounds checking at run time on all these 
> intrinsics?

In the case of no bounds checking, it's a single if statement.

>  Is there a way to do it without the overhead?

We could duplicate every intrinsic array function, one version with
bounds checking and one without, then call the appropriate function.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34670

Reply via email to