Contiguous Arrays

Doug Gwyn gwyn at smoke.BRL.MIL
Tue Feb 21 15:40:41 AEST 1989


In article <2508 at ssc-vax.UUCP> dmg at ssc-vax.UUCP (David Geary) writes:
>  I have a difficult time imagining implementing C without contiguous
>  arrays, but is the compiler free to implement non-contiguous arrays
>  if so desired?

Only if the compiler can determine that the program won't notice the
difference.  In practice, no compiler is going to do this.



More information about the Comp.lang.c mailing list