lkml.org 
[lkml]   [2002]   [Aug]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] tsc-disable_B9
>> And following your argument that these apps have been silenty broken
>> since 1999, if there's no broken app out there, nobody will ever get the
>> instruction fault. If there's any app broken out there we probably like
>
> No. rdtsc is still usefull if you are clever and statistically filter
> out. Also rdtsc provides you number of cycles, so if you want to know
> how many cycles mov %eax,%ebx takes, you can do that even on
> speedstep. Anything that correlates rdtsc to real time is broken, however.

It's not correlating it to real time that's the problem. It's getting resceduled
inbetween calls that hurts. Take your example.

rdtsc
mov %eax,%ebx
<- get rescheduled here
rdtsc

Broken. May even take negative "time".

M.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:28    [W:0.086 / U:0.040 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site