|
|
|
|
|
by guard-of-terra
4479 days ago
|
|
"Any decent programmer will avoid using too many bits for a variable that never exceeds a certain value (short, int, etc)." Why? Why aren't you use half-bytes also? If all your pointers are 64-bit aligned, all your variables are 64-bit aligned and your processor isn't any faster processing 16-bit numbers - if it even have instructions to process those - than 64-bit numbers? |
|