logoalt Hacker News

Analyzing Geekbench 6 under Intel's BOT

18 pointsby hajiletoday at 3:27 AM12 commentsview on HN

Comments

userbinatortoday at 4:43 AM

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?

boomanaiden154today at 4:40 AM

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.

show 2 replies
tyushktoday at 4:51 AM

quack3.exe again in a way. If it's been done for years on GPU shaders, then why not CPU code?

show 2 replies
whatever1today at 5:37 AM

Can we also end user tune our cpus for specific tasks we do?

refulgentistoday at 4:21 AM

> 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.