Mercurial > hg > Papers > 2019 > tobaru-sigos
changeset 23:4f000f6f9fa4 default tip
add figure meta data gear meta code gear
author | tobaru |
---|---|
date | Wed, 29 May 2019 18:03:39 +0900 |
parents | a1e8e4702416 |
children | |
files | slide/sig-os2019.md |
diffstat | 1 files changed, 1 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/slide/sig-os2019.md Wed May 29 17:48:38 2019 +0900 +++ b/slide/sig-os2019.md Wed May 29 18:03:39 2019 +0900 @@ -24,10 +24,6 @@ - User Space で Page Table を操作する利点 - Xv6からの書き換え - - - - ## GearsOS - 以下を目的として GearsOS を開発している - 並列実行のサポート @@ -59,7 +55,7 @@ - ノーマルレベルからメタレベルへの変換は Perl による変換スクリプトで実装している。 - Meta Code Gear は Code Gear の直前と直後に挿入し、メタ計算を行う。 -- 図: ノーマルレベルとメタレベルの継続の見え方 +<div align="center"><img src="./images/meta_cg_dg.svg" style="center"></div> ## Meta Compitation - Gears OS では通常の処理を Compitation として扱う。