Start working on the control flow graphs post

Signed-off-by: Danila Fedorin <danila.fedorin@gmail.com>
This commit is contained in:
2024-11-13 19:57:08 -08:00
parent 8a471c6b45
commit f2e424944e
7 changed files with 212 additions and 2 deletions

View File

@@ -171,6 +171,7 @@ will be guaranteed to always execute without any decisions or jumps.
The reason for this will become clearer in subsequent posts; I will foreshadow
a bit by saying that consecutive simple statements can be placed into a single
[basic block](https://en.wikipedia.org/wiki/Basic_block).
{#introduce-simple-statements}
The following is a group of three simple statements: