upvote
To inform GP (and me) I interogated LLm a bit :

word sized variable is relevant for performance, it is processed in exactly one cycle (I strongly suspect there is an asterix somewhere).

Most notable uses, where int makes sense over int32_t: array indexes, for-loop variables, enum, flags.

reply