changeset 81:efe2e6806c26

modify
author Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
date Wed, 04 Jan 2012 23:44:23 +0900
parents 923dd8de7be2
children b63a95cfb3ba
files presen/index.html
diffstat 1 files changed, 3 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/presen/index.html	Wed Jan 04 23:41:05 2012 +0900
+++ b/presen/index.html	Wed Jan 04 23:44:23 2012 +0900
@@ -1035,7 +1035,7 @@
 	</div>
       <!-- PAGE -->
       <div class="slide">
-	<h1>CbCの実装:軽量継続(末尾除去)の動作</h1>
+	<h1>軽量継続(末尾除去)の動作</h1>
 	<li>スタック:呼び出し元関数と同じ範囲を使うことになる。</li>
 	<table width=100% border=1>
 	  <td>
@@ -1050,11 +1050,10 @@
 	    </ul>
 	  </td>
 	    </table>
-	    <li>CbCにおけるコードセグメントへの継続はこのTCEを用いて実装されている。</li>
       </div>
       <!-- PAGE -->
       <div class="slide">
-	<h1>CbCの機能の拡張:__rectype の実装</h1>
+	<h1>__rectype の実装</h1>
 	<ul>
 	<li>通常、関数の引数に関数ポインタを渡した際は以下の様に使われる。</li>
 	<pre style="font-size:28px;">
@@ -1074,7 +1073,7 @@
       </div>
       <!-- PAGE -->
       <div class="slide">
-	<h1>CbCの機能の拡張:selftype</h1>
+	<h1>selftype</h1>
 	<h2>selftypeの実装</h2>
 	<li>以下の宣言が行えるようにしたい。</li>
 	<small>
@@ -1087,9 +1086,6 @@
 	</pre>
 	<p>selftype は struct node を指す。</p>
 	</small>
-	<ul>
-	  <li>上記の構文は実装を行う予定である。</li>
-	</ul>
       </div>
       <!-- PAGE -->
 </div>