# HG changeset patch # User Nobuyasu Oshiro # Date 1339768924 -32400 # Node ID be591bf4e2b574bed777cbd613d313e2f9459b0f # Parent d0dada806f0aa0d6dbb610c8ce2607ade5238009 merge 31 diff -r d0dada806f0a -r be591bf4e2b5 paper/rectype.ind --- 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