+++ title = "Static code analysis" author = "Yann Herklotz" tags = [] categories = [] backlinks = ["2e4a2"] forwardlinks = ["2e4a4"] zettelid = "2e4a3" +++ The third method is to use static analysis to determine if a data structure can be modified in place. This often requires the schedule of the code to be rewritten to allow for the data structure to actually be modified in place.