> -----Original Message----- > From: > [email protected] > [mailto:avr-gcc-list-bounces+eweddington=cso.atmel....@nongnu. > org] On Behalf Of Richard F > Sent: Tuesday, February 03, 2009 2:58 PM > To: [email protected] > Subject: Re: [avr-gcc-list] Overlong interrupt vector table > > Now I understand the reason for the "extra" table entries, I was > thinking that the jump table solution would be the smallest, > so I didn't > think there was any likely code size improvement. But using > -fno-jump-tables option does make the code very slightly > smaller in my > case (just 4 bytes). > > I think it would be helpful in future versions if the compiler could > output a separate table and name it, like it does for PROGMEM tables. > Then it's clear what's in each table. Is that possible? >
What does your map file show? _______________________________________________ AVR-GCC-list mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/avr-gcc-list
