Skip to content

Simplify hashing of the flags

Tomasz Bold requested to merge tbold/athena:fast-flags-hash into 24.0

This MR simlpifies hash calculation of the flags hash. In particular it makes the hash independent of wether the dynamic flags were loaded or not. The only aspect that the hash depends on is realy the remapping. Tagging @dguest

Merge request reports