eecheng87 / ESCA

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

Refactor #12

Closed eecheng87 closed 2 years ago

eecheng87 commented 2 years ago

This commit do the following change:

  1. Remove all dead code
  2. Discard duplicate code and consolidate the common parts of preload-lighttpd.c and preload-nginx.c
  3. Integrate batch-nginx.c and batch-lighttpd.c
  4. Tweak Makefile to prevent mis-configuration

Close #11