summaryrefslogtreecommitdiffstats
path: root/content/zettel/1c2h3.md
blob: 5e9df7bee3f4ca0a50248967dee44f0392656d6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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.