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@xxxxxxxxx> To: sudakshina@xxxxxxxxxxxxxxxxxxx Cc: "gcc-help" <gcc-help@xxxxxxxxxxx> 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@xxxxxxxxxxxxxxxxxxx> 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