This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Type system functions to their own file?
- From: Richard Guenther <rguenther at suse dot de>
- To: Giovanni Bajo <rasky at develer dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Wed, 20 Jun 2007 16:39:34 +0200 (CEST)
- Subject: Re: Type system functions to their own file?
- References: <46793AE6.8090405@develer.com>
On Wed, 20 Jun 2007, Giovanni Bajo wrote:
> Hi Richard,
>
> what about moving all the type-system related functions to a new file, eg:
> tree-ssa-type.c? I think that makes the intent even clearer.
While this is surely a good idea I'd like to do this separately to not
make diffs unnecessarily larger. Also it is not yet clear where to
draw the line ;)
Richard.