Re: AVR C++ - how to move vtables into FLASH memory

2009-06-17 Thread Tomasz Francuz
As I can see in my first post I would like to modify gcc AVR backend to support new feature – putting vtables into FLASH not SRAM. That’s why I sent my message here. Ok, I’ve studied a little bit gcc sources, I’ve found sections responsible for generating different register loading instruction

AVR C++ - how to move vtables into FLASH memory

2009-06-16 Thread Tomasz Francuz
I would like to change gcc so AVR C++ port will use FLASH memory instead of SRAM to store virtual function pointers. Does anyone try to do it? I have no experience as gcc developer, so can you head me to appropriate files/literature about this particular problem? TIA.