@moyix Interesting. Do you know if there's an equivalent for Copilot and the likes? A function that takes code and spits out developer intent? Could be interesting for highlighting subtle/logic bugs by examining the English interpretation of the code
@gf_256 Could you please elaborate? Is it due to cache hits on the same core? (But if that's the case, then the same effect would be observed on the pinned core I assume)
@gamozolabs@mboehme_@FSEconf@Jilyac@sangkilc Agreed. In my recent fuzzing plots, I've also used log x lin y. Greybox fuzzers always tend to start on a high (due to seed coverage and how they maintain global state), but later increments on y become dwarfed by their slow rate on lin x, as opposed to the high startup rates.