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

Agree, nice catch. Also, there are many other opportunities in this patch to hide memory safety bugs.

This is the kind of optimization I might have done in C 10 years ago. But coming back from Rust, I wouldn't consider it any more. Rust, despite its focus on performance, will simply not allow it (without major acrobatics). And you can usually find a way to make the compiler optimize it out of the critical path.




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

Search: