summaryrefslogtreecommitdiffstats
path: root/content/zettel/1c2h3.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/zettel/1c2h3.md')
-rw-r--r--content/zettel/1c2h3.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/content/zettel/1c2h3.md b/content/zettel/1c2h3.md
new file mode 100644
index 0000000..5e9df7b
--- /dev/null
+++ b/content/zettel/1c2h3.md
@@ -0,0 +1,17 @@
++++
+title = "Return Heuristic"
+date = "2022-05-11"
+author = "Yann Herklotz"
+tags = []
+categories = []
+backlinks = ["1c2h2"]
+forwardlinks = ["1c2h4"]
+zettelid = "1c2h3"
++++
+
+> The successor block contains a return or unconditionally passes
+> control to a block that contains a return. If the heuristic applies,
+> predict the successor without the property.
+
+In addition to that, this property says that one should avoid predicting
+a return instruction.