Mercurial > hg > Papers > 2012 > aplas
changeset 32:be591bf4e2b5
merge 31
author | Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 15 Jun 2012 23:02:04 +0900 |
parents | d0dada806f0a |
children | f9e7052a380e |
files | paper/rectype.ind |
diffstat | 1 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/paper/rectype.ind Fri Jun 15 21:36:49 2012 +0900 +++ b/paper/rectype.ind Fri Jun 15 23:02:04 2012 +0900 @@ -1,9 +1,11 @@ -title: Recursive type syntax in Continuation based C +\newcommand{\rectype}{{\tt \_\_rectype}} --author: Shinji Kono, Nobuyasu Oshiro +--author: Nobuyasu Oshiro, Shinji KONO --abstract: + We have implemented Continuation based C (CbC). CbC is an extension of C, which has parameterized goto statement. It is useful for finite state automaton or many core tasks. @@ -15,6 +17,9 @@ We will compare the conventional methods, \rectype keyword and a method using C structure. Also we show usage of CbC and it's benchmark. +--Motivation + + --Continuation based C