This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
GCC 3.3 3.4 ...
- From: Lars Segerlund <lars dot segerlund at comsys dot se>
- To: gcc at gcc dot gnu dot org
- Date: Fri, 31 Jan 2003 11:56:12 +0100
- Subject: GCC 3.3 3.4 ...
From following the list I have a humble opinion to express, and that
is that perhaps there is a need for more awareness of memory
footprint/usage and compiler speed issues. What I am saying is that
there might be a rationale for making this a target in future
developement/releases.
It seem's that there is a lot that can be done in this area, and that
the developement so far mostly have focused on code quality and
features, ( code quality refers to the generated code here ).
However, there seems to be more urgent issues such as regression and
new functionality in the backend that are prioritized.
Also a review of some of the algorithms used would perhaps be of great
value.
/ regards, Lars Segerlund.