Skip to content

hashx: Additional perf work and cleanup

Ghost User requested to merge (removed):hashx_perf into main

This is based on top of !1539 (merged)

Two patches in the stack, the first is a one-character change to Assembler::finalize() that saves us an unnecessary 8kB memcpy. The second is a cleanup with no perf effect, to make the code around NUM_INSTRUCTIONS a bit nicer maybe.

Merge request reports