This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Function call during ISR - F28335

All:

I noticed  that there is a full context save/restore when a function is called from inside of an ISR. If one were able to make that function an "Inline" function, would that allow the compiler to be smarter in terms of context save/restore (reduce the number of instructions) like it does when there is no function call?