summaryrefslogtreecommitdiffstats
path: root/content/zettel/1c5.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/zettel/1c5.md')
-rw-r--r--content/zettel/1c5.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/content/zettel/1c5.md b/content/zettel/1c5.md
new file mode 100644
index 0000000..9a94646
--- /dev/null
+++ b/content/zettel/1c5.md
@@ -0,0 +1,17 @@
++++
+title = "Register Allocation"
+author = "Yann Herklotz"
+tags = []
+categories = []
+backlinks = ["1c4", "1c2g", "1c"]
+forwardlinks = ["1c6", "1c5a"]
+zettelid = "1c5"
++++
+
+Register allocation is an optimisation that is vital to fit the program
+onto a CPU, by allocating the registers that will be used for each
+virtual registers. This was mostly taken from Wikipedia
+
+[^1]
+
+[^1]: <https://en.wikipedia.org/wiki/Register_allocation>