From f92d81ad2d3bf090124cbb3424d903766fd413f5 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Mon, 22 May 2023 19:53:57 -0400 Subject: Add TODO item. --- TODO.org | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/TODO.org b/TODO.org index 0edfb5d..de778d3 100644 --- a/TODO.org +++ b/TODO.org @@ -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 -- cgit v1.2.3