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

Register to Queue convert


I'm trying to construct C-compiler for QUEUE-machine.
So, I intend to change GCC-2.95.2.
(QUEUE-machine is processor developing in our lab. It has special features
to handle computers where some of the "registers" form a queue.)

To realize that, I think it's need to change "reg-stack.c"(Register to Stack
convert for GNU compiler).

I think, changeing behavior of FIRST_STACK_REG and LAST_STACK_REG in
reg-stack.c enable to convert register to queue.

So, please give me advice of changing "reg-stack.c".

Thank you.
-------
Univ.Electro-Communications Sowa-Lab
Yoshitomo OKUMURA
Research room: okumura@sowa.is.uec.ac.jp

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