GillianPlatform / Gillian

The Gillian Platform main repository
https://GillianPlatform.github.io
BSD 3-Clause "New" or "Revised" License
73 stars 11 forks source link

Rethink Exec Map #306

Closed NatKarmios closed 1 month ago

NatKarmios commented 1 month ago

Reconfigures exec map to a map of IDs to nodes rather than a recursive structure. Also rewrote the tree rendering algorithm in the debug UI to be iterative rather that recursive, avoiding stack overflows.

Resolves #280