changeset 9:bdd7ddddb1c7

write todo
author Yuhi TOMARI <yuhi@cr.ie.u-ryukyu.ac.jp>
date Tue, 21 Oct 2014 16:53:51 +0900
parents 005ab4fdd25d
children 60b8239443d1
files s6/blank.html
diffstat 1 files changed, 21 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/s6/blank.html	Tue Oct 21 15:55:59 2014 +0900
+++ b/s6/blank.html	Tue Oct 21 16:53:51 2014 +0900
@@ -1,4 +1,4 @@
-\<!DOCTYPE html>
+<!DOCTYPE html>
 <html>
   <head>
     <meta charset='utf-8'>
@@ -121,7 +121,6 @@
           <dd>もっと大きい何かなのでは……?</dd>
           <li>独自のMemory Managementの機構を持つ</li>
           <li>Cerium・Alice・jungleで得られた知見を……</li>
-          <li>なぜ新しく設計し直す必要がある?</li>
           <li>名前も考える必要がある?</li>
         </ul>
       </div>
@@ -233,8 +232,6 @@
         </table>
       </div>
 
-
-
       <div class='slide'>
         <h2>とりあえず取り掛かれること</h2>
         <p>ここらへん?</p>
@@ -244,6 +241,26 @@
           <li>TaskManager(Ceriumと同等の機能)
         </ul>
       </div>      
+
+      <div class='slide'>
+        <h2>これからやること</h2>
+        <p>CbCの練習がてら、FreeList(memory allocatorの例題)を簡単に書いてみる。</p>
+        <table border="0">
+          <tr>
+            <th>
+              <img src="images/free_list_list.png" width="400">
+            </th>
+            <th valign="top" align="left">
+              <ul>
+                <li>mallocで要求されたsizeを8で割れば自分が使用するindexとなる</li>
+                <li>Chunkヘッダー(自分のサイズや前のchunkへのポインタ等を持つ構造体)のリスト</li>
+                <li>CbCである程度の大きさのプログラムってどう書くんだろう…</li>
+            </th>
+          </tr>
+        </table>
+      </div>
+
+
       
     </div> <!-- presentation -->
   </body>