Skip to content

Workaround compiler bug that optimizes setting .free_pools

Ondřej Surý requested to merge ondrej/workaround-free_pools into main

The .free_pools bitfield would not be set on some levels of optimizations - workaround the compiler bug by reordering the setting the .freepools in the initializer.

Merge request reports