This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: DDG - Implementing Swing Modulo Scheduling in GCC (cont.)
- From: Richard Henderson <rth at redhat dot com>
- To: Mostafa Hagog <MUSTAFA at il dot ibm dot com>
- Cc: gcc at gcc dot gnu dot org, Ayal Zaks <ZAKS at il dot ibm dot com>, David Edelsohn <dje at watson dot ibm dot com>, Vladimir Makarov <vmakarov at redhat dot com>, canqun at yahoo dot com dot cn
- Date: Wed, 10 Dec 2003 17:36:27 -0800
- Subject: Re: DDG - Implementing Swing Modulo Scheduling in GCC (cont.)
- References: <OF577B2132.BE52D741-ONC2256DF8.0058C071-C2256DF8.00597747@il.ibm.com>
On Wed, Dec 10, 2003 at 06:17:12PM +0200, Mostafa Hagog wrote:
> Our solution is to build a new and different representation of the data
> dependence information.
Did you look at using the existing def-use graph (du.c)?
r~