Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/dist/gcc/config/alpha Changed ev5 L1 cache latency from ...



details:   https://anonhg.NetBSD.org/src/rev/df8ffd5461cc
branches:  trunk
changeset: 483739:df8ffd5461cc
user:      elric <elric%NetBSD.org@localhost>
date:      Thu Mar 16 22:46:10 2000 +0000

description:
Changed ev5 L1 cache latency from 2 to 3, as suggested by Bill Dorsey.

diffstat:

 gnu/dist/gcc/config/alpha/alpha.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 0a9829a72ee7 -r df8ffd5461cc gnu/dist/gcc/config/alpha/alpha.c
--- a/gnu/dist/gcc/config/alpha/alpha.c Thu Mar 16 22:22:15 2000 +0000
+++ b/gnu/dist/gcc/config/alpha/alpha.c Thu Mar 16 22:46:10 2000 +0000
@@ -266,7 +266,7 @@
        static int const cache_latency[][4] = 
        {
          { 3, 30, -1 },        /* ev4 -- Bcache is a guess */
-         { 2, 12, 38 },        /* ev5 -- Bcache from PC164 LMbench numbers */
+         { 3, 12, 38 },        /* ev5 -- Bcache from PC164 LMbench numbers */
          { 3, 13, -1 },        /* ev6 -- Ho hum, doesn't exist yet */
        };
 



Home | Main Index | Thread Index | Old Index