This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Splitting asan.c up into two different pieces
- From: Andrew Pinski <pinskia at gmail dot com>
- To: GCC Mailing List <gcc at gcc dot gnu dot org>
- Date: Mon, 12 Nov 2012 19:18:09 -0800
- Subject: Splitting asan.c up into two different pieces
Hi,
I think it would be best to split asan.c into two different files,
one for the tree level code and another for the rtl level code. This
is good for two reasons, one it forces the tree level code not to
include any rtl level specific ideas and it also improves
maintainability of the code when we move code into a gimple directory
and a rtl directory.
Thanks,
Andrew