summaryrefslogtreecommitdiffstats
path: root/content/zettel/3a8g1a.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/zettel/3a8g1a.md')
-rw-r--r--content/zettel/3a8g1a.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/content/zettel/3a8g1a.md b/content/zettel/3a8g1a.md
new file mode 100644
index 0000000..e728da8
--- /dev/null
+++ b/content/zettel/3a8g1a.md
@@ -0,0 +1,15 @@
++++
+title = "Cannot add moves too early"
+author = "Yann Herklotz"
+tags = []
+categories = []
+backlinks = ["3a8g1"]
+forwardlinks = ["3a8g1b"]
+zettelid = "3a8g1a"
++++
+
+Unfortunately, the η instructions actually cannot really be identified
+before the SSA is actually generated, which means that the renaming
+cannot really be done by the SSA pass. This is because one would
+otherwise need some liveness analysis to be able to figure out which
+variables one would have to rename at that point.