[A89] Re: Multi-dimensional Arrays in C...


[Prev][Next][Index][Thread]

[A89] Re: Multi-dimensional Arrays in C...




At 07:45 PM 5/22/2001 -0600, you wrote:
>
>In TI-GCC this is a very bad way to do this because the number of handles
>available for dynamic memory is extremely limited. In general it's not so
>great because the memory is not contiguously allocated. Whether that makes a
>difference or not depends on the application. It can also be slow, but again
>the application will define whether that is a major concern or not.

I don't use TI-GCC, but I see your point. When John asked the question, he
gave me the impression that he wasn't just thinking of TI-GCC.

I wouldn't use multi-dimensional arrays for a system as limited as the
TI-89, anyway. I would recommend finding a simpler way of doing things. Or
redoing it in assembly ;)



Bart




References: