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

On the other hand until relatively recently they have been bad at recognizing loads/stores of larger integers implemented using byte loads and shifts and then optimizing that into larger loads (for architectures where unaligned loads are allowed). Doing it this way allows you to completely delegate any little/big/weird endian concerns to the compiler.



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

Search: