Limit renderer recursion depth #35
Labels
No labels
bug
c:haku
c:rkgk backend
c:rkgk frontend
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: liquidex/rkgk#35
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This is not quite as important right now since we have a hard limit on recursion and refs within haku, but once we implement #6 it will be possible to produce very long chains of lists that I presume will be able to blow through the call stack pretty quickly. Therefore the renderer's recursion should be limited to 256 or so. Depends on how much Wasm will be able to handle.