aboutsummaryrefslogtreecommitdiffhomepage
path: root/todo.txt
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2026-03-24 12:00:48 +0100
committerlemon <lsof@mailbox.org>2026-03-24 12:00:48 +0100
commita465bf2211f95fc9535639f0028321c7e7d68b7e (patch)
tree0b15503d23e97cd889c7034b40c26eec822fd13e /todo.txt
parent1052ca3657db6d1237c75899211617feda933ea5 (diff)
Update todo
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/todo.txt b/todo.txt
index d0618a7..2f85d3d 100644
--- a/todo.txt
+++ b/todo.txt
@@ -1,8 +1,10 @@
- aarch64 backend
- STDC: thread local, VLAs, complex, long double, atomics
-- test on non-GNU and non-linux POSIX systems (alpine, various BSDs)
+- get working on the other BSDs
+ - implement more GNU extensions: __attribute__, __builtin_*, ...
+- __asm__
+- windows (mingw)
- DWARF debug information
-- implement GNU extensions: __attribute__, __builtin_*, ...
- compiler optimizations:
- dead store/load optimization, forwarding
- all kinds of loop optimizations