summaryrefslogtreecommitdiffstats
path: root/content/zettel/3c3d.md
blob: 527a6a6b8c65544d57d19d77f186b81ba2fad1d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
+++
title = "Normalisation of terms"
author = "Yann Herklotz"
tags = []
categories = []
backlinks = ["3c3c"]
forwardlinks = ["3c3e"]
zettelid = "3c3d"
+++

Another property of the abstract interpretation is that the abstract
interpretation should be normalised before it is compared, which then
means that different rewrite optimisations can also be proven about the
code. For example, additions and multiplications should be rewritten in
a common form.