This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: 2nd try for patch for automaton based pipeline hazard recognizer (part #1)
- To: Dan Nicolaescu <dann at godzilla dot ICS dot UCI dot EDU>
- Subject: Re: 2nd try for patch for automaton based pipeline hazard recognizer (part #1)
- From: Richard Henderson <rth at redhat dot com>
- Date: Thu, 14 Jun 2001 13:19:41 -0700
- Cc: gcc-patches at gcc dot gnu dot org, Vladimir Makarov <vmakarov at toke dot toronto dot redhat dot com>, geoffk at cygnus dot com
- References: <200106141226.aa00901@gremlin-relay.ics.uci.edu>
On Thu, Jun 14, 2001 at 12:26:03PM -0700, Dan Nicolaescu wrote:
> That is a little bit not-orthogonal with the rest of the .md file, as
> regexps are an infix notation and the rest of .md language is a prefix
> language.
He did this in the original implementation. It was really ugly.
I think the regexp strings are quite a bit easier to work with,
since they require much much less typing.
r~