This is the mail archive of the gcc@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: mudflap versus cgraph


zack wrote:

> [...]
> > I think that's the problem.  In the cgraph world, the arbiter of
> > what things are needed is cgraph itself.  There should be a hook
> > that cgraph calls to add additional functions -- after it has
> > already decided on everything else.

Maybe, or else there needs to be an acceptable way of working around
cgraph's limited view of the world.


> > Is this for your IMA fixes?  It might be that mudflap has to be
> > broken for a while, while IMA gets fixed...
> 
> Yeah, it's for IMA.  If it's mudflap's turn to be broken for awhile I
> don't have a problem with that [...]

Please first think through the issue so there is some design for doing
what mudflap (and several other compiler parts) have to do, in a way
that doesn't twitch the "eww, that's ugly" knee-jerk nerves.  Maybe the
nerves just need some botox.


- FChE


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