This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/17596] [3.4/4.0 Regression] expression parser is too slow, should be rewritten
- From: "bonzini at gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 Sep 2004 08:04:32 -0000
- Subject: [Bug c++/17596] [3.4/4.0 Regression] expression parser is too slow, should be rewritten
- References: <20040922004302.17596.giovannibajo@libero.it>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From bonzini at gnu dot org 2004-09-23 08:04 -------
> the only quirk are those gotos that totally
> mess up the flow of the code. I wouldn't mind
> getting rid of them.
Note that the final patch has fewer gotos than the one I had sent you -- only
those strictly necessary to simulate recursion, which is in turn a pretty well
formalized transformation. I could have some very small duplication of code to
remove the gotos, but I am not really sure the flow of the code would be much
easier to understand, or rather on the contrary.
Paolo
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17596