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: [tree-ssa] PATCH to detect gimplifier working too hard


On Wednesday, Jul 30, 2003, at 14:06 US/Eastern, Jason Merrill wrote:
This is a patch I've been using to detect cases when the gimplifier
transforms code which is already fully simplified. I'm not applying it, as
it involves running the gimplifier twice, but in my testing the extra pass
didn't add noticeably to bootstrap times.


Posted in case other folks working on tree-ssa would find such a thing
useful.

What about enabling it when in checking is turned on as all other tests like this is done?

Thanks,
Andrew Pinski


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