Re: Bounds checked arrays
From: osmium (r124c4u102_at_comcast.net)
Date: 02/14/04
- Next message: jacob navia: "Re: Bounds checked arrays"
- Previous message: jacob navia: "Bounds checked string library"
- In reply to: jacob navia: "Bounds checked arrays"
- Next in thread: jacob navia: "Re: Bounds checked arrays"
- Reply: jacob navia: "Re: Bounds checked arrays"
- Reply: CBFalconer: "Re: Bounds checked arrays"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Next message: jacob navia: "Re: Bounds checked arrays"
- Previous message: jacob navia: "Bounds checked string library"
- In reply to: jacob navia: "Bounds checked arrays"
- Next in thread: jacob navia: "Re: Bounds checked arrays"
- Reply: jacob navia: "Re: Bounds checked arrays"
- Reply: CBFalconer: "Re: Bounds checked arrays"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]