summaryrefslogtreecommitdiffstats
path: root/content/zettel/2e1b1.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/zettel/2e1b1.md')
-rw-r--r--content/zettel/2e1b1.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/content/zettel/2e1b1.md b/content/zettel/2e1b1.md
new file mode 100644
index 0000000..b64f522
--- /dev/null
+++ b/content/zettel/2e1b1.md
@@ -0,0 +1,13 @@
++++
+title = "Constructing gated-SSA"
+author = "Yann Herklotz"
+tags = []
+categories = []
+backlinks = ["3a8g1", "2e1b"]
+forwardlinks = ["2e1b2", "2e1b1a"]
+zettelid = "2e1b1"
++++
+
+There are multiple ways to construct gated SSA, either directly from a
+CFG, or, which is a bit more inefficient, going to SSA first and then
+transforming that to gated-SSA.