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) |
From: | Ian Rogers <ian.rogers@manchester.ac.uk> |
Newsgroups: | comp.compilers |
Date: | 19 Oct 2005 02:31:15 -0400 |
Organization: | School of Computer Science, University of Manchester, U.K. |
References: | 05-10-089 |
Keywords: | optimize, assembler |
Posted-Date: | 19 Oct 2005 02:31:15 EDT |
Hi Jatin,
I'm not sure if its useful to you but there are projects that take the
assembled binary code and optimize it. There is a well known dynamic
binary optimizer called DynamoRIO:
http://www.cag.lcs.mit.edu/dynamorio/
Optimizing binary code can also be performed in the context of a dynamic
binary translator, such as QEMU or PearColator:
http://fabrice.bellard.free.fr/qemu/
http://www.cs.manchester.ac.uk/apt/projects/jamaica/tools/PearColator/
Regards,
Ian Rogers
Jatin Bhateja wrote:
> Hi All
>
> I wanted to know that are there any tools available which can perform
> optimizations on the compiler generated assembly code.
Return to the
comp.compilers page.
Search the
comp.compilers archives again.