avr-gcc-list
[Top][All Lists]
Advanced

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

Re: [avr-gcc-list] calling function pointers via pointers ?


From: Joerg Wunsch
Subject: Re: [avr-gcc-list] calling function pointers via pointers ?
Date: Thu, 29 Sep 2005 06:49:03 +0200 (MET DST)

"stevech" <address@hidden> wrote:

> Unspecified array sizes are a basic no-no on a microprocessor
> platform. The compiler strategies have to be simple and explicit,
> unlike elegant situations on multi-megabyte big computers.

I disagree.  Vincent was going to put a table of initialized structs
into ROM, and there's no penalty involved in the unspecified array
size for that purpose.

-- 
cheers, J"org               .-.-.   --... ...--   -.. .  DL8DTL

http://www.sax.de/~joerg/                        NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]