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?