__attribute__ examples

Do not optimise the contents of a function Remove the in and out code for a function The compiler does not generate prologue and epilogue sequences for functions with: Avoiding Padding You can used the packed variable attribute. For example in the following code, type c_t will have a size of 3 bytes and there […]

Read More