diff options
Diffstat (limited to 'TODO.org')
-rw-r--r-- | TODO.org | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,4 +1,9 @@ * Tasks +** TODO [#A] Remove allocations in hot code paths +- [ ] hash-for-each causes closure allocation in at least the shader, + text, and audio modules +- [ ] call-with-error-handling in (chickadee game-loop) allocates + closures and is called twice per loop iteration. ** TODO [#A] Bug: Vertical line rendering not working Vertical lines are invisible. Not great! ** TODO [#A] Improve window resizing support |