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

> The problem with the “big switch-case” approach is that C/C++ compilers simply cannot handle such code well.

Is this the case with Rust?



Yes, it will run into the same register allocation and unstructured control flow issues.


Most likely, as the pathological behavior the article mentions is mostly around register allocation and Rust uses LLVM.




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

Search: