Hacker News new | past | comments | ask | show | jobs | submit login

1. I'm aware of this, but it seems LLVM's built-in GC is not a concurrent collector, which is quite a big deal.

2. The assumption that allocations are long-lived can often be made because a compiler can perform escape-analysis (and in fact LLVM could provide utilities for this).

3. Yes, I'm not saying that GoLang's GC (or an adaptation thereof) is the holy grail, just that it would be very useful for many other languages. And work in this area could help bring LLVM's suite of GCs to a competitive, world-class level.




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

Search: