17 ms·
gcc has some compiler arguments to automate this from what I understand (-falign) https://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html https://gcc.gnu.org/o
by eddtests 3y ago
gcc has some compiler arguments to automate this from what I understand (-falign) https://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html https://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html
- rsaxvc 3y agoCurrently those GCC flags are only about instruction alignment. The article shows a simple example of runtime data alignment.