Skip to content

IdDict: Compile IdDictDictionay::unpack with optimization, even in debug builds.

Scott Snyder requested to merge ssnyder/athena:opt.IdDict-20200626 into master

We spend a lot of time in IdDictDictionary::unpack in debug builds (mostly called from the Csc conditions code). So force this function to be compiled with optimization, even in debug builds. This speeds up some tests by 20-30%.

Merge request reports