how to see the optimized code in c
Posted
by sganesh
on Stack Overflow
See other posts from Stack Overflow
or by sganesh
Published on 2010-03-06T05:27:09Z
Indexed on
2010/03/13
6:15 UTC
Read the original article
Hit count: 122
c
|optimization
I can examine the optimization using profiler, size of the executable file and time to take for the execution.
I can get the result of the optimization. But I have these questions,
- How to get the optimized C code.
- Which algorithm or method used by C to optimize a code.
Thanks in advance.
© Stack Overflow or respective owner