This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Is it possible to do some GCC's stages more "modular"?
- From: "J.C. Pizarro" <jcpiza at gmail dot com>
- To: gcc at gcc dot gnu dot org
- Date: Sat, 31 Mar 2007 04:30:28 +0200
- Subject: Is it possible to do some GCC's stages more "modular"?
Hi people
I want to talk an interesting topic of GCC hierarchy of subhierarchies.
By example, i want to add my personal option of optimization to GCC
but I see that it's very "monolithic".
I don't see the subhierarchy of optimation stage in the snapshot tree.
Sincerely yours, J.C. Pizarro