c - Order of using free registers in the stack -


assuming program calls function:

void f(int arr[], int size) {   int i, j, k;   // other code } 

in order compiler (gcc) using caller save registers: %eax, %ecx, %edx ?

will use 1 of calle save registers: %ebx, %esi, %edi in case?


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -