fix images
Some checks failed
Check / Explore-Gitea-Actions (push) Failing after 9s

This commit is contained in:
sfja 2026-04-29 02:17:19 +02:00
parent 007cc16873
commit 45728423b7
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 183 KiB

After

Width:  |  Height:  |  Size: 96 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 229 KiB

After

Width:  |  Height:  |  Size: 113 KiB

View File

@ -316,7 +316,7 @@ De næste trin er platformafhængige. Formålet med kodegenerering er at produce
I dette trin bliver LIR sænket til X86_64 assembly-instruktioner. Outputtet af instruction selection kaldes ISEL. Stortset hver LIR-instruktion har en 1-til-1 assembly-konstruktion. Ofte bliver enkelte LIR-instruktioner til flere assembly-instruktioner.
![](./images/mir_isel_example.png)<br>**Figur:** Forhold mellem MIR og X86_64 ISEL.
![](./images/mir_isel.jpg)<br>**Figur:** Forhold mellem MIR og X86_64 ISEL.
![](./images/mir_isel_example.png)<br>**Figur:** Eksempelprogram med MIR og output fra Instruction Selection. Her med compilerens syntaks-highlighting.