Getting rid of heap stuff completely but also naively
This commit is contained in:
@@ -10,6 +10,11 @@ Current:
|
||||
- [ ] Imports are leaking names ! Multimedia leaks windows stuff
|
||||
- [ ] Test and bulletproof any, slices
|
||||
|
||||
|
||||
Memory:
|
||||
- [ ] Redesign Type map to use List and reduce wasting space
|
||||
- [ ] Redesign lexing to minimize memory usage, we got rid of heap but in a naive way!
|
||||
|
||||
In the future
|
||||
|
||||
- [ ] Cleanup
|
||||
@@ -270,7 +275,6 @@ int main(int argument_count, char **arguments){
|
||||
test_unicode();
|
||||
|
||||
map_test();
|
||||
test_array();
|
||||
test_string_builder();
|
||||
test_intern_table();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user