Static Program Analysis as a Service — a Prototype
Static program analysis has been proven useful to virtually any company that builds their own software product. Static analysis is used to automatically detect bugs and security breaches, and aids compiler optimization. While there are relatively light-weight analysis approaches that conduct syntactic checks on the target program, and which are able to analyze even million…