keep-starknet-strange / ziggy-starkdust

⚡ Cairo VM in Zig ⚡
https://keep-starknet-strange.github.io/ziggy-starkdust/
MIT License
80 stars 39 forks source link

`HintRanges` initialization fix #467

Closed tcoratger closed 6 months ago

tcoratger commented 6 months ago

In case of non extensive hints, appendNTimes(null, max_hint_pc + 1) should not append at init step of the HintRanges arrayList in order to avoid spurious preallocation.