Instruction scheduling for MIPS R3000?

"WizardRing" <wizardRing@hotmail.com>
23 Aug 2002 11:18:08 -0400

          From comp.compilers

Related articles
Instruction scheduling for MIPS R3000? wizardRing@hotmail.com (WizardRing) (2002-08-23)
| List of all articles for this month |

From: "WizardRing" <wizardRing@hotmail.com>
Newsgroups: comp.compilers
Date: 23 Aug 2002 11:18:08 -0400
Organization: http://groups.google.com/
Keywords: architecture, optimize, question
Posted-Date: 23 Aug 2002 11:18:08 EDT

I want to do some optimal work on a compiler for mips R3000.
That compiler do not do any work on instruction scheduling, which I
decide to do some work.
My design is receiving the assembler codes program as my scheduler's
input, and and fill the assembler code into a field in the structure I
design, so I can do more work based on such structure. I just use a
array to hold all assembler codes program.
I never do such work before, and could any friend here who has some
experiences give me some advice?
Thank you!


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.