leofs
leofs copied to clipboard
[leo_gateway][nfs] improve code performance generated by erpcgen
seems there are some room to improve performance generated by erpcgen by
- applying the inline attribute to functions
- replacing a case clause with many branches with something having a lookup table
- getting rid of unnecessary block expressions