Hacker News new | ask | show | jobs
by amelius 2311 days ago
Just read docs that were written in the 70s, before the advent of garbage collection.
1 comments

Garbage Collection is from 1959, though - and Unix & C's original model pretty much matches "bump allocate then die" with sbrk/brk and lack of support for moving.

Fully static allocation is the norm though for most "small" embedded work.