Mercurial > hg > Members > kaito > webSlide > 2014_final
comparison index.html @ 0:abdf74c8bc76
1st
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 26 Feb 2014 20:12:17 +0900 |
parents | |
children | 61a6dc88cb54 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:abdf74c8bc76 |
---|---|
1 <!DOCTYPE html> | |
2 | |
3 <html> | |
4 <head> | |
5 <title>Presentation</title> | |
6 | |
7 <meta charset='utf-8'> | |
8 <script | |
9 src='./slides.js'></script> | |
10 </head> | |
11 | |
12 <style> | |
13 /* Your individual styles here, or just use inline styles if that’s | |
14 what you want. */ | |
15 | |
16 </style> | |
17 | |
18 <body style='display: none'> | |
19 <section class='slides layout-regular template-default'> | |
20 | |
21 <!-- | |
22 Your slides (<article>s) go here. Delete or comment out the | |
23 slides below. | |
24 --> | |
25 <article> | |
26 <h1>Implementation of CbC compiler on LLVM/clang 3.5</h1> | |
27 <h3 class="title">Kaito Tokumori 27 Feb 2014</h3> | |
28 <div align="right">Teacher : Shinji Kono</div> | |
29 </article> | |
30 | |
31 <article> | |
32 <h3>Background</h3> | |
33 <ul> | |
34 <li>Our laboratory suggests a programming language which is called Continuation based C (CbC).</li> | |
35 <li>On the CbC program, a callee does not return to a caller. </li> | |
36 </ul> | |
37 </article> | |
38 | |
39 <article> | |
40 <h3>Objective</h3> | |
41 <ul> | |
42 <li>Currently available CbC compilers are :<ul><ul> | |
43 <li>CbC Compilr on Micro-C</li> | |
44 <li>CbC Compilr on GCC</li> | |
45 </ul></ul></li> | |
46 <li>CbC compilers on LLVM is not available yet.<ul><ul> | |
47 <!-- <li>LLVM has many optimization too.</li> --> | |
48 <!-- <li>Some Unix-like OS use LLVM instead of GCC.</li> --> | |
49 </ul></ul></li> | |
50 <li><h3 class='yellow'>My objective is implementation of CbC compiler on LLVM.</h3></li> | |
51 </ul> | |
52 </article> | |
53 <!--- <img src='images/flow_chart.jpg' width="300" height="500"> --> | |
54 </body> | |
55 </html> |