summaryrefslogtreecommitdiffstats
path: root/content/zettel/2e4a3.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/zettel/2e4a3.md')
-rw-r--r--content/zettel/2e4a3.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/content/zettel/2e4a3.md b/content/zettel/2e4a3.md
new file mode 100644
index 0000000..a5445a5
--- /dev/null
+++ b/content/zettel/2e4a3.md
@@ -0,0 +1,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.