_stackalloc

This commit is contained in:
2026-05-30 21:01:01 +02:00
parent f181cfe675
commit 31b71a5e19
8 changed files with 46 additions and 37 deletions

View File

@@ -6,7 +6,7 @@ func main[] : i64
io.println("Listening on port 8000...")
resp := mem.alloc(60000)
addr := mem.alloc(16)
addr := _stackalloc(16)
while true
conn := net.accept(s, addr)
if conn < 0