There may be some situations where the compilation process takes more time than the program's run time. What should one do in those circumstances?
If we consider CGI scripts where it may be called hundreds or thousands of times every minute then the above problem may occur. How to avoid these problems? We can't skip the compilation process. How to deal with such situations?