summaryrefslogtreecommitdiffstats
path: root/content/zettel/1c7.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/zettel/1c7.md')
-rw-r--r--content/zettel/1c7.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/content/zettel/1c7.md b/content/zettel/1c7.md
new file mode 100644
index 0000000..bd5d8c2
--- /dev/null
+++ b/content/zettel/1c7.md
@@ -0,0 +1,12 @@
++++
+title = "Polyhedral analysis"
+author = "Yann Herklotz"
+tags = []
+categories = []
+backlinks = ["1c6", "1c2b1", "1c"]
+forwardlinks = ["1c8", "1c7a"]
+zettelid = "1c7"
++++
+
+Polyhedral analysis is the analysis of loops and memory indexes to prove
+that memory reads and writes are independent of each other.