This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/20243] static initialization .data redundantly copied to ram prior to use.


------- Additional Comments From schlie at comcast dot net  2005-02-28 13:51 -------
(In reply to comment #9)
> IMHO, solution of this issue would require a language different from C that is 
> able to handle different classes of pointers. 

Was hoping that any designated read access to data stored in the .data segement would be
suffecient to indicate to the back-end the nessesity access is via the restricted lpm z-pointer
instruction (with out having to get fancier than that).



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20243


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]