leofs icon indicating copy to clipboard operation
leofs copied to clipboard

[leo_gateway][nfs] improve code performance generated by erpcgen

Open mocchira opened this issue 8 years ago • 0 comments

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

mocchira avatar Feb 08 '17 08:02 mocchira