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

If you've used Chrome or Safari to read this post, you've used a program that uses (at least in parts) conservative GC. [I don't know if Firefox uses conservative GC; it wouldn't surprise me if it does.] This partly reflects shortcomings in our current compilers and in current programming language design: even Rust has some decisions (e.g. pointers can be put in `usize`s) that make it hard to do what would seem at first glance to be the right thing.


Also most mobile games written in C# use a conservative GC (Boehm).


Not just mobile games - all games made with Unity.




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

Search: