changeset 62:7087484574b0

update
author Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
date Mon, 26 Dec 2011 11:23:23 +0900
parents 2c543a47737b
children 3cc4a8603489
files presen/index.html
diffstat 1 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/presen/index.html	Mon Dec 26 11:18:47 2011 +0900
+++ b/presen/index.html	Mon Dec 26 11:23:23 2011 +0900
@@ -317,10 +317,9 @@
       <div class="slide">
 	<h1>CbCの実装:TCE</h1>
 	<h2>Tail Call Elimination(TCE):末尾除去</h2>
-	<li>callではなくjmpを行い関数を呼ぶことでreturnを1度で済ませる最適化。</li>
-	<img src="./pix/continuation.png">
-	<li></li>
-
+	<li>関数呼び出しをcallではなくjmp命令で行ことでreturnを1度で済ませる最適化。</li>
+	<img src="./pix/continuation.png" style="height: 7em;">
+	<li>CbCにおけるコードセグメントへの継続はこのTCEにより実装されている。</li>
       </div>
       <!-- PAGE -->
       <div class="slide">
@@ -329,8 +328,9 @@
       </div>
       <!-- PAGE -->
       <div class="slide">
-	<h1>環境付き継続とは</h1>
-	<li>コードセグメントを呼び出した C の関数に戻る機能</li>
+	<h1>環境付き継続</h1>
+	<li>CbCにおけるCとの互換性を保つための機能。</li>
+	<li>コードセグメントを呼び出したCの関数に戻ることができる。</li>
 	<li></li>
       </div>
       <!-- PAGE -->