Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
MuffinFlavored
on Nov 23, 2022
|
parent
|
context
|
favorite
| on:
Building the fastest Lua interpreter automatically
> 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?
saagarjha
on Nov 23, 2022
|
next
[–]
Yes, it will run into the same register allocation and unstructured control flow issues.
johncolanduoni
on Nov 23, 2022
|
prev
[–]
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:
Is this the case with Rust?