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: Putting C++ code into gcc front end


Michael Matz <matz at suse dot de> writes:

|                                                           If we need a
| list or map in the compiler I never would use the STL, and instead write
| something simple by hand.

I agree with this, but only for if we were to write the C++ front-end
in C++.

For other other front-ends, the right fix is, IMHO, to improve GCC's
ability to reduce abstraction penalty.

-- Gaby


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