Pseudo Wanderer
Joined: 25 Oct 2005 Posts: 99
|
Posted: Thu Oct 27, 2005 7:59 pm
Possible Slowwalk bug based on processor |
Created a small alias :
#ALIAS testwalk {
#NOOP %walkmode( 2)
#SLOW {.3n}
#SLOW {.3s}
#SHOW WALKMODE = %walkmode( )
}
walkmode values tried are 0, 1, and 2
Ran this on multiple processors, under zmud v7.20a and v7.20b
All processors tested were AMD Athlon XP 32-Bit.
Processors at 2.5gHz w/1GB ram evaluated this as n,n,s,s,s
Processors at 2.7gHz w/1GB ram evaluated this as n,s,s,s
As the paths get larger, so does the amount of misdirection.
Is there a workaround to this issue? |
|