mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
4e1fb3a854
Before this commit, the dla::Step CompactCompatibleArrays was occasionally generating artificial nodes that were larger than the inner data, forcing their size to Stride - AvailableSlack. This commit fixes the problem keeping track of the actual size that is consumed in the array element, and forcing the size of the artificial nodes to that.