This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Compressed rtl project
- From: Zdenek Dvorak <rakdver at atrey dot karlin dot mff dot cuni dot cz>
- To: gcc at gcc dot gnu dot org
- Date: Wed, 19 Nov 2003 01:35:07 +0100
- Subject: Compressed rtl project
Hello,
at gcc summit (and before it in the mailing list), the idea of `compressed rtl'
(i.e. having the structure of the rtl expressions that is currently
stored using pointers represented by a flat array and fixed list of structure
types) was mentioned. Is someone working on this? I don't mean to do
it, I just liked the idea and I wonder whether there is any progress.
Zdenek