Due to many registers being saved and restored before and after an interrupt processing, the expected interrupt response time may not be obtained. In such a case, the fast interrupt setting (fint) and fint_register option should be used to keep down the number of saving and restoring of registers so that the interrupt response time can be reduced.
Note however that usage of the fint_register option limits the usable registers in other functions so the efficiency of the entire program is degraded in some cases.
Source code before improvement