This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [plugin] Mudflap plugin


Andrew Pinski wrote:
On Wed, Jun 17, 2009 at 3:59 PM, Olatunji Ruwase<tjruwase@google.com> wrote:
Hi,
 I ve been working on converting the mudflap bounds checking code in
gcc into a plugin. The attached patch enables me to get a plugin which
is
 functionally equivalent to the gcc mudflap (-fmudflap). By
functionally equivalence, testing the plugin with the existing
libmudflap testuite
 with the following changes to the relevant .exp files shows no regression.

As I mentioned at the GCC summit I think this is a bad idea; I rather see we promote libmudflap better rather than seeing it turn into something which is even less used.

I disagree. Whether you implement it in cc1 or in a plugin is just an implementation detail. See my other mail for ideas.


Paolo


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]