Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

For traditionally GC'd languages you still need some way to track dependencies between separate heaps, which means that you end up with what is essentially overcomplicated generational GC. Handling inter-heap dependencies manually on the other hand gets you into space of hierarchical allocators (see samba's talloc or apache's apr_pool) which is something that still needs some kind of manual memory management.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: