This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
[tree-ssa] Producing lowered gimple directly?
- From: Zdenek Dvorak <rakdver at atrey dot karlin dot mff dot cuni dot cz>
- To: gcc at gcc dot gnu dot org
- Date: Fri, 21 Nov 2003 20:01:01 +0100
- Subject: [tree-ssa] Producing lowered gimple directly?
Hello,
reviewing the contents of gimple-low.c, I think it would be relatively
simple to merge it directly into gimplification. This would make
things a bit faster and more memory efficient, at the expense of slightly
less clear code. Any opinions for or against it?
Zdenek