summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO.org5
1 files changed, 5 insertions, 0 deletions
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