|
|
|
|
|
by o11c
1062 days ago
|
|
To be fair, they're padded in a lot of machine code contexts as well, even if you don't explicitly write `int_fast16_t`. And since Java doesn't expose pointer guts, struct padding is purely a runtime optimization concern, not a language concern. |
|