Re: assembly optimizer tool

"shrey" <shreyas76@gmail.com>
23 Oct 2005 00:34:45 -0400

          From comp.compilers

Related articles
assembly optimizer tool jatin.bhateja@amdocs.com (Jatin Bhateja) (2005-10-14)
Re: assembly optimizer tool ian.rogers@manchester.ac.uk (Ian Rogers) (2005-10-19)
Re: assembly optimizer tool nkavv@skiathos.physics.auth.gr (Uncle Noah) (2005-10-19)
Re: assembly optimizer tool shreyas76@gmail.com (shrey) (2005-10-23)
| List of all articles for this month |

From: "shrey" <shreyas76@gmail.com>
Newsgroups: comp.compilers
Date: 23 Oct 2005 00:34:45 -0400
Organization: http://groups.google.com
References: 05-10-08905-10-121
Keywords: linker
Posted-Date: 23 Oct 2005 00:34:45 EDT

A parallel thot might be explore link time optimizers or compilers with
IPO/ link time optimizations. Part of them may still need some info
passed thru the object code, thermust be some which dont that. For
example code layout for better I cache performance..




Shrey
Uncle Noah wrote:
> > I wanted to know that are there any tools available which can perform
> > optimizations on the compiler generated assembly code.
>
> SALTO is such a tool (capable of assembly-level transformations):
> http://www.irisa.fr/caps/projects/Salto/
>
> It is retargetable to user-defined machine descriptions.
>
> You can get via FTP:
> ftp://ftp.irisa.fr/local/caps/


Post a followup to this message

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