This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: K6 DFA
On Thursday 03 June 2004 08:38, Eric Botcazou wrote:
> > Thanks for testing it.
>
> What do you want me to test exactly, apart from doing a full bootstrap with
> the aforementioned options?
I'm not sure. Some performance numbers would be nice, I guess.
But first I need to send you an updated patch, I found that I
forgot to add some (eq_attr "memory" "none") tests to insns
that don't access memory, but have specializations that do
(e.g. imov) so there are multiple reservations that an insn
might match. That is Very Wrong, it has to be fixed first.
I'll have an updated patch later today.
Gr.
Steven