Hi, I hope that it is the correct place for my problem. As you know when programming in C++ on AVR the gcc puts the class VTABLE in SRAM, that is ok, but wastes precious space. VTABLE is generated during compilation and is constant during program execution, so I think it is better to put it into FLASH memory. Of course to do that I need to patch gcc, and here is my problem. I’m just beginner and making such modifications in gcc is just beyond my skills. So maybe someone can do that, or give me some clues how to start? I know that I need to change some insns, but how to start?
_______________________________________________ AVR-GCC-list mailing list AVR-GCC-list@nongnu.org http://lists.nongnu.org/mailman/listinfo/avr-gcc-list