Is there a way to configure GCC so that before a function call, the caller save any registers that it is using, instead of the callee prologue saving registers that it is using ?
Is there a way to configure GCC so that before a function call, the caller save any registers that it is using, instead of the callee prologue saving registers that it is using ?