Mercurial > hg > Papers > 2018 > mitsuki-sigos
changeset 64:c83d81a32d94 default tip
fix
author | mir3636 |
---|---|
date | Mon, 23 Apr 2018 20:59:00 +0900 |
parents | a5ade8ddab0d |
children | |
files | Paper/sigos.pdf Paper/sigos.tex |
diffstat | 2 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Paper/sigos.tex Mon Apr 23 20:51:48 2018 +0900 +++ b/Paper/sigos.tex Mon Apr 23 20:59:00 2018 +0900 @@ -334,7 +334,7 @@ Code\ref{perlpargoto} は par goto である Code\ref{pargoto} を perl スクリプトによって変換が行われたコードである。 \lstinputlisting[caption=perl スクリプトによる par goto の変換, label=perlpargoto]{./src/parGotoCreateTask.c} -par goto文でも 通常の goto 分と同様にメタへの goto 文へ置き換えられるが、par goto 文では通常の goto 文とは異なるメタへと継続する。 +par goto文でも 通常の goto 文と同様にメタへの goto 文へ置き換えられるが、par goto 文では通常の goto 文とは異なるメタへと継続する。 Gears OS の Task は Output Data Gear を生成した時点で終了するので、par goto では直接 \_\_exit に継続するのではなく、 Output Data Gear への書き出し処理(Commit)に継続される。