From 542be69b2a89eb35f87e208018a7c0cc4c2aac04 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sat, 25 Mar 2023 21:14:13 +0200 Subject: add union to parser --- TODO | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'TODO') diff --git a/TODO b/TODO index 6f5fc3a..43f47d7 100644 --- a/TODO +++ b/TODO @@ -11,3 +11,9 @@ to be used to interface with C + Come up with some better file extension, .cu seems to be used by cuda - In fact Copper is already taken :( + +OPTIMIZATIONS: ++ Use hashmaps or something similar for lookups for types and calls ++ Output one procedure at a time through the backend, would allow us to free +actualized procs immediately instead of keeping them around in memory ++ Simplify IDs to just char arrays, would save on memory -- cgit v1.3