This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Compressed rtl project
- From: law at redhat dot com
- To: Zdenek Dvorak <rakdver at atrey dot karlin dot mff dot cuni dot cz>
- Cc: gcc at gcc dot gnu dot org
- Date: Tue, 18 Nov 2003 22:03:51 -0700
- Subject: Re: Compressed rtl project
- Reply-to: law at redhat dot com
In message <20031119003507.GA5136@atrey.karlin.mff.cuni.cz>, Zdenek Dvorak writ
es:
>Hello,
>
>at gcc summit (and before it in the mailing list), the idea of `compressed rt
>l'
>(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.
I'm not aware of anyone working on it.
FWIW, I think most of the ideas have merit and would also be applicable
to some extent on trees too.
Jeff