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

A possible reason is the use of Static Single Assignment (SSA). While it makes many optimizations easier, it has to translate its IR out-of-SSA to generate code. This is very expensive as it needs computation of dominance on the Control Flow Graph, insert copies and much more. But it's just a guess.


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

Search: