Re: Bounds checked arrays

From: osmium (r124c4u102_at_comcast.net)
Date: 02/14/04


Date: Sat, 14 Feb 2004 14:03:16 -0800

jacob navia writes:

> In arrays of dimension "n", the compiler would
> emit code that tests "n" indices, before using
> them.

n is, in general, unknown in functions that have arrays passed to them.
This presents serious problems to your scheme.