Related articles |
---|
Optimizing assembler for SPARC Xavier.Leroy@inria.fr (Xavier Leroy) (1994-08-01) |
Re: Optimizing assembler for SPARC mleone+@cs.cmu.edu (Mark Leone) (1994-08-02) |
Re: Optimizing assembler for SPARC mleone+@cs.cmu.edu (Mark Leone) (1994-08-03) |
Newsgroups: | comp.compilers |
From: | Xavier Leroy <Xavier.Leroy@inria.fr> |
Keywords: | sparc, assembler, question |
Organization: | Compilers Central |
Date: | Mon, 1 Aug 1994 09:42:52 GMT |
Status: | RO |
Is there an "optimizing" assembler for the SPARC? I'm looking for
something which will perform instruction scheduling and delay-slot
filling on arbitrary assembler programs, in the style of the Mips and
Alpha assemblers.
(As has been noted in this newsgroup before, the -O option of SunOS
assembler is not a general-purpose scheduler; it produces wrong code
from the output of my code generator.)
Any pointers will be appreciated.
- Xavier Leroy
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.