Limit renderer recursion depth #35

Open
opened 2024-08-21 21:17:44 +02:00 by liquidev · 0 comments
liquidev commented 2024-08-21 21:17:44 +02:00 (Migrated from github.com)

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.

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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: liquidex/rkgk#35
No description provided.