This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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

Emitting assembly code prior to register allocation


Hi there!

Dear friends i have a question. I am using GCC 2.95.2 cross-compiled for MIPS on a Linux box. Is it possible to emit the assembly for a C input program, prior to register allocation? I mean with virtual registers. In case a few conventions cannot be surpassed (e.g. using the $fp, $sp registers) that's not too bad.

This would be the case to generate the assembly right after liveness analysis.

thanks

Nikolaos Kavvadias



------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


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