summaryrefslogtreecommitdiffstats
path: root/content/zettel/1b6.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/zettel/1b6.md')
-rw-r--r--content/zettel/1b6.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/content/zettel/1b6.md b/content/zettel/1b6.md
new file mode 100644
index 0000000..c3a73b8
--- /dev/null
+++ b/content/zettel/1b6.md
@@ -0,0 +1,18 @@
++++
+title = "Basic Blocks"
+author = "Yann Herklotz"
+tags = []
+categories = []
+backlinks = ["3a5c1", "1c8", "1b7", "1b5"]
+forwardlinks = ["1a1", "1c1", "1b7"]
+zettelid = "1b6"
++++
+
+Basic blocks are continuous sections of code, which do not contain any
+control flow. These can therefore be uniquely identified by a data-flow
+graph ([\#1a1]), as apart from their data dependencies, the instructions
+do not have to have a specific order, which allows them to be scheduled
+([\#1c1]).
+
+ [\#1a1]: /zettel/1a1
+ [\#1c1]: /zettel/1c1