[Bug target/29963] could speed up variable access with different object layout

2012-11-12 Thread olegendo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29963 --- Comment #3 from Oleg Endo 2012-11-13 00:53:45 UTC --- (In reply to comment #2) > But it is not uncommon to load the program into RAM before executing, > e.g. because the ROM it's stored in is too slow. Newer SH2A devices with on-c

[Bug target/29963] could speed up variable access with different object layout

2012-11-01 Thread amylaar at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29963 --- Comment #2 from Jorn Wolfgang Rennecke 2012-11-01 21:42:12 UTC --- (In reply to comment #1) > I'm not sure how the proposed optimization could be done in a generic way. It > would not work for code (i.e. text section) that resides in

[Bug target/29963] could speed up variable access with different object layout

2012-11-01 Thread olegendo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29963 Oleg Endo changed: What|Removed |Added CC||olegendo at gcc dot gnu.org --- Com