summaryrefslogtreecommitdiffstats
path: root/content/zettel/2b1d1.md
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2023-05-11 19:38:03 +0100
committerYann Herklotz <git@yannherklotz.com>2023-05-11 19:38:03 +0100
commit47c1289ff658a5aec71635d79ffe30bb29a07876 (patch)
tree56cf6b959e37fed88c492d34defd3d7ec40e7148 /content/zettel/2b1d1.md
parentfbe0fc62120348f582dc4db2b614078943d0764b (diff)
downloadzk-web-47c1289ff658a5aec71635d79ffe30bb29a07876.tar.gz
zk-web-47c1289ff658a5aec71635d79ffe30bb29a07876.zip
Add content
Diffstat (limited to 'content/zettel/2b1d1.md')
-rw-r--r--content/zettel/2b1d1.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/content/zettel/2b1d1.md b/content/zettel/2b1d1.md
new file mode 100644
index 0000000..08d4c4e
--- /dev/null
+++ b/content/zettel/2b1d1.md
@@ -0,0 +1,20 @@
++++
+title = "Short Static Region Heuristic"
+author = "Yann Herklotz"
+tags = []
+categories = []
+backlinks = ["2b1d", "1c2h"]
+forwardlinks = ["2b1a", "1c2h", "2b1d2"]
+zettelid = "2b1d1"
++++
+
+This strategy involves only converting small regions to reduce the
+length of phi-chains in the case of phi-predication ([\#2b1a]). This
+means that regions are only formed if these only take four clock cycles
+to execute, for example. One can also put the restriction on the longest
+and the shortest path to keep these as close as possible, meaning that
+the difference between the shortest and the longest path is three
+cycles. More heuristics can be found in ([\#1c2h]).
+
+ [\#2b1a]: /zettel/2b1a
+ [\#1c2h]: /zettel/1c2h