diff options
author | Johannes Stoelp <johannes.stoelp@gmail.com> | 2024-12-17 23:50:34 +0100 |
---|---|---|
committer | Johannes Stoelp <johannes.stoelp@gmail.com> | 2024-12-17 23:50:34 +0100 |
commit | c6a60f113001beff924fb5449cbb358d3b03ad8d (patch) | |
tree | 837560b0cc1024d4e7210dac6e0d0f055fd1d5d3 /content/2023-01-14-xpost-matcha-threads/init-stack.drawio | |
parent | 8a1337c30ce54e0879145f82535a8b21a0301fc0 (diff) | |
download | blog-c6a60f113001beff924fb5449cbb358d3b03ad8d.tar.gz blog-c6a60f113001beff924fb5449cbb358d3b03ad8d.zip |
xpost: add figures to match threads
Diffstat (limited to 'content/2023-01-14-xpost-matcha-threads/init-stack.drawio')
-rw-r--r-- | content/2023-01-14-xpost-matcha-threads/init-stack.drawio | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/content/2023-01-14-xpost-matcha-threads/init-stack.drawio b/content/2023-01-14-xpost-matcha-threads/init-stack.drawio new file mode 100644 index 0000000..eb0859f --- /dev/null +++ b/content/2023-01-14-xpost-matcha-threads/init-stack.drawio @@ -0,0 +1,25 @@ +<mxfile host="Electron" modified="2024-12-17T22:25:02.025Z" agent="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) draw.io/23.1.5 Chrome/120.0.6099.109 Electron/28.1.0 Safari/537.36" etag="tKiDaYk_CW1yGI5HMTUf" version="23.1.5" type="device"> + <diagram name="Page-1" id="eupsqoG42ICuPfNcTmHv"> + <mxGraphModel dx="683" dy="410" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0"> + <root> + <mxCell id="0" /> + <mxCell id="1" parent="0" /> + <mxCell id="eODdzWfbsgeiVxMC9DDa-1" value="" style="rounded=0;whiteSpace=wrap;html=1;fontFamily=monospace;fillColor=none;" parent="1" vertex="1"> + <mxGeometry x="240" y="400" width="120" height="200" as="geometry" /> + </mxCell> + <mxCell id="eODdzWfbsgeiVxMC9DDa-2" value="<font>initial<br>stack layout</font>" style="text;html=1;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fontFamily=monospace;" parent="1" vertex="1"> + <mxGeometry x="240" y="360" width="120" height="30" as="geometry" /> + </mxCell> + <mxCell id="eODdzWfbsgeiVxMC9DDa-4" value="initial values for callee-saved registers" style="rounded=0;whiteSpace=wrap;html=1;fontFamily=monospace;strokeColor=#ffffff;fillColor=none;" parent="1" vertex="1"> + <mxGeometry x="240" y="480" width="120" height="50" as="geometry" /> + </mxCell> + <mxCell id="eODdzWfbsgeiVxMC9DDa-26" value="<font style="font-size: 11px;">return frame<br>(thread_create)<br></font>" style="rounded=0;whiteSpace=wrap;html=1;fontFamily=monospace;strokeColor=default;fillColor=none;fontColor=#FFFFFF;" parent="1" vertex="1"> + <mxGeometry x="240" y="440" width="120" height="40" as="geometry" /> + </mxCell> + <mxCell id="o6MmRjZrtVa51bDexMuh-1" value="<span style="font-size: 11px;">thread_create args</span>" style="rounded=0;whiteSpace=wrap;html=1;fontFamily=monospace;strokeColor=default;fillColor=none;fontColor=#FFFFFF;" vertex="1" parent="1"> + <mxGeometry x="240" y="400" width="120" height="40" as="geometry" /> + </mxCell> + </root> + </mxGraphModel> + </diagram> +</mxfile> |