This is the mail archive of the gcc@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]

Porting GCC troubles : about register window


Hi!
   I plan to port GCC for a new processor which has 16
sets of registers(8 in each set).Since only one 
set is visible at any time so that I can omit the
register protection if the depth the call is not
exceed 16.But the call depth did exceed 16, then I
should reserve all the registers to memory or each set
per time,and in my porting,I must each time to 
judge if the call depth exceeds 16.I think it is a
very trouble thing,I wonder if the GCC porting
mechanics has any interface to deal with it or if any
one know how to solve the problem.Wait for help,Thanks all!

_________________________________________________________
Do You Yahoo!? 
启用电邮帐号,领会雅虎通[身临其境聊电影]的动感魅力,还有网络摄像头+雅虎通收音机等你来拿
http://cn.rd.yahoo.com/mail_cn/tag/?http://cn.messenger.yahoo.com


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