diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2023-03-25 21:14:13 +0200 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2023-03-25 21:14:35 +0200 |
| commit | 542be69b2a89eb35f87e208018a7c0cc4c2aac04 (patch) | |
| tree | 4dd510c5020c963e1be460be65c8c53104dcf49d /TODO | |
| parent | eaf2d360120a4cab12c27ed51961cd5d224042ff (diff) | |
| download | ek-542be69b2a89eb35f87e208018a7c0cc4c2aac04.tar.gz ek-542be69b2a89eb35f87e208018a7c0cc4c2aac04.zip | |
add union to parser
Diffstat (limited to 'TODO')
| -rw-r--r-- | TODO | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |
