what is “stack alignment”?
Alignment of variables in memory (a short history). In the past computers had an 8 bits databus. This means, that each clock cycle 8 bits of information could be processed. Which was fine then. Then came 16 bit computers. Due to downward compatibility and other issues, the 8 bit byte was kept and the 16 … Read more