summaryrefslogtreecommitdiffstats
path: root/content/zettel/2e4a3.md
blob: a5445a51ef1ffb5227a14139ab8ba3e43f76d4c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
+++
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.