Seeking a compiler which converts an assembly language program to a C language program

sudakshina@cse.iitkgp.ernet.in sudakshina@cse.iitkgp.ernet.in
Fri Aug 9 18:55:00 GMT 2013


Hi,

gcc performs several optimization using optimization flags(-O1, -O2) etc.
The optimized code should be in assembly language.
Can we get that optimized version in C language ?
Kindly reply.

Thanks,
Sudakshina Dutta 

----- Original Message -----
From: "Jeffrey Walton" <noloader@gmail.com>
To: sudakshina@cse.iitkgp.ernet.in
Cc: "gcc-help" <gcc-help@gcc.gnu.org>
Sent: Saturday, August 10, 2013 12:21:52 AM
Subject: Re: Seeking a compiler which converts an assembly language program to a C language program

On Fri, Aug 9, 2013 at 2:27 PM,  <sudakshina@cse.iitkgp.ernet.in> wrote:
>
> I was seeking for a free deassembler, preferably developed by gnu.
Oh, you did not say so in the original email.

You should be able to find free disassemblers of varying quality
spread across the net. But I'm not aware of free tools that take you
back to the high level language. That does not mean they don't exist -
I'm just not aware of them.

Jeff



More information about the Gcc-help mailing list