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

note that GCs are starting to cheat too. Julia (for example) is in the process of implementing compile time escape analysis which will be used to (among other things) remove allocations as long as the compiler can prove you won't notice.



Java, Go and JavaScript implementations do escape analysis already.


cool! (I gave the example of Julia, but because it's the best GC implementation (it's not), but because it's the implementation I know).




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

Search: