This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
assembly: control flow graphs (and optimizations)
- From: "Sunzir Deepur" <sunzird at gmail dot com>
- To: gcc at gcc dot gnu dot org
- Date: Sun, 22 Jul 2007 13:50:21 +0300
- Subject: assembly: control flow graphs (and optimizations)
hi list,
is there a meaning for control flow graphs of assembly files (.S)
(e.g. those that are emitted using -fdump-rtl-*) ?
if not - then how are assembly file being optimized ? I guess
that assembly files can be made more efficient by many of gcc's
optimizations too,
can't they ?
thanks !!
sunzir