eecheng87 / ESCA

Effective System Call Aggregation
https://eecheng87.github.io/ESCA/
MIT License
38 stars 5 forks source link

Code cleanup #11

Closed jserv closed 2 years ago

jserv commented 2 years ago

At present, the source files of both Linux kernel module and wrapper contain several dead code, which would reflect the prototyping. However, we should clean up and make the source more consistent.

Expected results:

  1. Remove all dead code;
  2. Add proper comments which explain why we do need such changes;
  3. Instead of maintaining different files for Nginx and Lighttpd, we should consolidate the common parts.