view paper/abstract_eng.tex @ 19:4dcfec1bf1e7

revision
author Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
date Thu, 18 Feb 2016 07:20:46 +0900
parents 958634b9fa32
children 9e1747657acd
line wrap: on
line source

\begin{abstract_eng}
  Cerium is parallel programming framework developed by C++.
  Describe Task-Dependency for parallel computing.
  Task-Dependency can't ensure data correctness.
  Task parameters has no type information for the use of untyped pointer.
  Wrong type cast will produce undefined results.
  Object-oriented programming(OOP) is incompatible with parallel computing.
  Continuation based C(CbC) is programming language which uses Code Segment.
  Use Code Segment as a unit of parallel computing.
  We are developing Gears OS using Code/Data Segment.
  Parallelism in a high performance Gears OS with Code/Data Segment.
  We show same implementation of Gears OS using CbC.
  Gears OS implementation is a guide to programming using Code/Data Segment.
\end{abstract_eng}