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: Teach C++'s comptypes() about ObjC++


Ziemowit Laski wrote:


let's at least move this after the C++ checks that can return true. I bet that most calls to comptypes for class types are successful, so this will reduce the penalty.


Ok, how's this? The objc_comptypes() call has been moved lower.

OK.


--
Mark Mitchell
CodeSourcery, LLC
(916) 791-8304
mark@codesourcery.com


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