changeset 23:5fa7d8240579

fixxxxxx
author Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
date Sun, 05 Jul 2015 03:27:07 +0900
parents 26e2376219e0
children 9d2adb662adb
files presentation/presen.html
diffstat 1 files changed, 6 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/presentation/presen.html	Sun Jul 05 03:21:54 2015 +0900
+++ b/presentation/presen.html	Sun Jul 05 03:27:07 2015 +0900
@@ -190,11 +190,11 @@
         <table border='1' align='center' width='80%'>
           <tr><td width='50%'>
               <pre class='small_code'>
-__code code1(struct Allocate* allocate,
-            struct Element* element) {
+__code code1(<font color='red'>struct Allocate* allocate,
+            struct Element* element</font>) {
     element ->value        = 10;
     struct List* list = (struct List *)malloc(sizeof( struct List));
-    goto append(allocate,list, element);
+    goto append(<font color='red'>allocate,list, element</font>);
 }
 
 __code append(struct Allocate* allocate, struct List* list, struct Element* element) {
@@ -208,8 +208,7 @@
     goto code2(allocate,list, element);
 }
               </pre>
-            </td><td valign='top'>
-          </td></tr>
+          </tr>
         </table>
       </div>
 
@@ -450,7 +449,7 @@
                 <li>Use new keywords __return and __environment.
                 <li>__return is a code segment pointer for C functions caller.
                 <li>__environment is a environment for C functions caller.
-                <li>G use a continuation with environments to return main function.
+                <li>G use a continuation with environments to return main function (f's caller).
               </ul>
             <td style="border: double;">
               <pre class='small_code'><div class='highlight'>__code g(int n,__code(*exit_code)(int,void *),void *exit_env){
@@ -543,7 +542,7 @@
         <p>CbC can be used as a hardware description language (RTL level)</p>
         <ul>
         <li>VU (Vector unit) in PS2
-        <li>SPU (Sound Processing Unit) in PS3
+        <li>SPU (Synergistic Processing Unit) in PS3
         </ul>
       </div>