On Wed, 2002-10-02 at 21:36, Henrik Nordstrom wrote:
> Robert Collins wrote:
> A staticall defined array with constant indexes (inlined functions) will
> translate to direct memory accesses.
>
> A dynamically allocated array with dynamic indexes (not inlined functions)
> translates to a indirect loopup via the pointer address plus calculated entry
> offset plus field offset.
Ok, can't argue with that :}.
What about a dynamically allocated array with constant indexes?
Rob
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:16:51 MST