reddit_programming 2026-06-09 원문 보기 ↗
I've started a series of short blog posts about hot path optimizations. This first one covers a counterintuitive optimization: replacing integer division (IDIVQ) with floating-point division (DIVSD).
IDIVQ
DIVSD