1. 1
  1.  

  2. 2

    I expected JIT output analysis, timings and graphs, got mostly speculative micro-optimisation instead. The only one that is obviously making things faster is the third one: “nop instead of costly logging” - doing less is always faster.