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