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: switch c-format.c to use pool instead of GC


>>>>> "Laurynas" == Laurynas Biveinis <laurynas.biveinis@gmail.com> writes:

Laurynas> I absolutely agree. I will submit an updated patch, and will change my
Laurynas> future patches the same way. The lambda-code changes will not look
Laurynas> very nice this way, but it will sort out in the future, when the
Laurynas> obstack/pool reference becomes part of some state structure.

Thanks.

FWIW, my project is just concerned with front-end stuff.  It won't
matter to me if you want to stick with a global for lambda-code.  Of
course in the abstract I'd prefer if we weren't using globals
everywhere, and were explicitly writing modules in an OO style, but
then again this is much simpler with C++'s syntactic sugar.

Tom


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