This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Support -mtune= on Alpha
On Fri, Sep 15, 2000 at 02:26:55PM -0400, Jakub Jelinek wrote:
> When looking at it, I saw that running with -mmemory-latency=L0 will do
> really weird things.
Ouch, yes.
> { 3, 30, -1 }, /* ev4 -- Bcache is a guess */
> { 2, 12, 38 }, /* ev5 -- Bcache from PC164 LMbench numbers */
> - { 3, 13, -1 }, /* ev6 -- Ho hum, doesn't exist yet */
> + { 3, 12, 30 }, /* ev6 -- ??? */
Bcache from DS20 LMbench.
Thanks.
r~