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: [C++ PATCH] Fix 14179 - compile-time


Mark Mitchell wrote:

> I would like to hold off on this patch.  Like Nathan says, this is the
> first good evidence I've seen that implementing operator-precedence
> parsing might be a measureable win on real code.  If you, or Nathan,
> or I, or Zack, or somebody gets to implementing that, then that's
> probably the best way to go.  If not, then we should consider your
> patch, as it really does make a  big difference.

I am not sure I understand why we should holding this off meanwhile. Surely we
can remove this dozen of lines of code when/if the correct solution is
implemented.

> Would you mind
> reminding me about this patch when we get ready to make the release
> branch, assuming we've not yet implemented the operator-precedence
> thing?

Sure, I will try to.

Giovanni Bajo



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