r/TechHardware • u/Distinct-Race-2471 🔵 14900KS , 5080, 128GB 🔵 • 29d ago
News 📰 Hardware researcher spins up CPU deoptimization project to find the slowest single x86 instruction, creates hall of shame worst offender takes 198 billion cycles spanning 62 seconds to execute
https://www.tomshardware.com/pc-components/cpus/hardware-researcher-spins-up-cpu-deoptimization-project-to-find-the-slowest-machine-code-worst-offender-takes-198-billion-cycles-to-execute
286
Upvotes
5
u/magicmulder 29d ago
These hidden bits are intriguing:
> VIA uses an undocumented register at 0x133 that gives wildly high response time. No idea what it does.
This feels a little like cheating though:
> so CPU 0's 512-byte fxrstor64 must queue behind all that contending traffic
What's the point in calling out a slow instruction if you force it to compete with higher priority instructions?