Mercurial > hg > Papers > 2012 > aplas
changeset 43:c2207a9208a5
modify
author | Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Sat, 16 Jun 2012 03:22:51 +0900 |
parents | ba21600eabba |
children | 39f6db695840 |
files | paper/rectype.ind |
diffstat | 1 files changed, 1 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/paper/rectype.ind Sat Jun 16 03:14:36 2012 +0900 +++ b/paper/rectype.ind Sat Jun 16 03:22:51 2012 +0900 @@ -13,7 +13,7 @@ The destination of goto statement is called Code Segment, which is actually a normal function of C. To represent recursive function call, the type system of C is not enough, because it has no recursive types. -We introduce \rectype keyword for recursive type, and it is implemented in GCC-4.6.0. +We introduce \rectype keyword for recursive type, and it is implemented in GCC-4.6.0. We will compare the conventional methods, \rectype keyword and a method using C structure. Also we show usage of CbC and it's benchmark. @@ -387,6 +387,3 @@ If so, it is necessary to find and fix them on future. - - - LocalWords: img src