]> git.lizzy.rs Git - nothing.git/commitdiff
TODO
authorrexim <reximkut@gmail.com>
Sat, 29 Dec 2018 21:25:24 +0000 (04:25 +0700)
committerrexim <reximkut@gmail.com>
Sat, 29 Dec 2018 21:25:24 +0000 (04:25 +0700)
src/ebisp/gc.c

index 56e9e2ca81ecab8ef4c2dcf28155f1167e924731..60e11f550617e4010dfd26e7c9f341fbd2523280 100644 (file)
@@ -10,6 +10,7 @@
 
 #define GC_INITIAL_CAPACITY 256
 
+/* TODO: valgrind shows a lot of invalid reads and writes in the GC */
 struct Gc
 {
     Lt *lt;