Category
page 1Static program analysis
static program analysis
program analysis performed without actually executing programs
Hoare logic
formal system with a set of logical rules for reasoning rigorously about the correctness of computer programs
call graph
control-flow graph which represents calling relationships between subroutines in a computer program
alias analysis
static code analysis to detect aliasing