Analyzing Geekbench 6 under Intel's BOT
hajile
15 points
11 comments
April 01, 2026
Related Discussions
Found 5 related stories in 53.4ms across 3,471 title embeddings via pgvector HNSW
- Testing Apple's 2026 16-inch MacBook Pro, M5 Max, and its new performance cores rbanffy · 12 pts · March 09, 2026 · 52% similar
- First MacBook Neo Benchmarks Are In tosh · 48 pts · March 06, 2026 · 52% similar
- Snapdragon ARM laptop overtakes Intel's flagship Panther Lake in benchmarks Tuldok · 11 pts · March 05, 2026 · 51% similar
- Analyzing Nvidia GB10's GPU ingve · 11 pts · March 14, 2026 · 50% similar
- What makes Intel Optane stand out (2023) walterbell · 195 pts · March 15, 2026 · 49% similar
Discussion Highlights (5 comments)
refulgentis
> BOT optimizations are poorly documented, aggressive in scope, and damage comparability with other CPUs. For example, BOT allows Intel processors to run vector instructions while other processors continue to run scalar instructions. This provides an unfair advantage to Intel Wait until they hear about branch predictors.
boomanaiden154
Post link optimization (PLO) tools have been around for quite a while. In particular, Meta’s BOLT (fully upstream in LLVM) and Google’s Propeller (somewhat upstream in LLVM, but fully open source) have been around for 5+ years at this point. It doesn’t seem like Intel’s BOT delivers more performance gains, and it is closed source.
userbinator
This suggests the checksum is used to identify whether the binary is known to BOT, and thus whether BOT can optimize the binary. I do wonder what this "optimize" step actually entails; does it just replace the binary with one that Intel themselves carefully decompiled and then hand-optimised? If it's a general "decompile-analyse-optimise-recompile" (perhaps something similar to what the https://en.wikipedia.org/wiki/Transmeta_Crusoe does), why restrict it?
tyushk
quack3.exe again in a way. If it's been done for years on GPU shaders, then why not CPU code?
whatever1
Can we also end user tune our cpus for specific tasks we do?