public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* C++ objects with virtual tables in eeprom
@ 2008-08-20 20:24 jon.busenkell
  2008-08-21 14:44 ` Ian Lance Taylor
  0 siblings, 1 reply; 4+ messages in thread
From: jon.busenkell @ 2008-08-20 20:24 UTC (permalink / raw)
  To: gcc-help

Hello all:

I am wondering if anyone has ever implemented a __attribute__ or #pragma
statement for use with constructors to specify to the compiler that the
object does not exist in ram; therefore it can not just do a "MOV.L
<reg>,<memory>" with the register containing the virtual tables address.
The compiler I am presently using (from the chip vendor) does not take
into account that C++ objects that have virtual tables, might reside in
the eeprom. I am asking them to add this feature, and they are asking me
if there is a standard way of handling this. Any thoughts would be
greatly appreciated.

Thank you,
Jon

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-08-21 16:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-08-20 20:24 C++ objects with virtual tables in eeprom jon.busenkell
2008-08-21 14:44 ` Ian Lance Taylor
2008-08-21 16:50   ` jon.busenkell
2008-08-21 21:51     ` Ian Lance Taylor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).