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: [PATCH] Fix PR29512, O(c^N) complexity algorithm in the i386 backend


Jan Hubicka wrote:
But the BINFO walking is redundant
completely anyway, as we are only interested in seeing all structure
data members which are also available by walking the TYPE_FIELDs like
the rest of the middle-end does.

This is very important, so I would feel safer if some C++ person can confirm this. The patch is potentially ABI breaking...

I don't see a problem with this change.


--
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713


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