Sciweavers

3708 search results - page 32 / 371
» Programming with C Exceptions
Sort
View
110 views 74 votes 15 years 5 months ago  HICSS 1997»
The mpC language was developed to write efJicientand portable programsfor wide range of distributed memory machines. It supports both task and data parallelism, allows both static...
195 views 105 votes 15 years 3 months ago  DATE 2010»
Abstract--This paper summarizes a special session on multicore/multi-processor system-on-chip (MPSoC) programming challenges. Wireless multimedia terminals are among the key driver...
110 views 126 votes 15 years 4 months ago  PEPM 1992»
A partial evaluator is an automatic program transformation tool. Given as input a general program and part of its input, it can produce a specialized version. If the partial evalu...
198 views 120 votes 14 years 4 months ago  ESOP 2011»
We present a static analysis by Abstract Interpretation to check for run-time errors in parallel C programs. Following our work on Astr´ee, we focus on embedded critical programs ...
285 views 181 votes 16 years 11 months ago
"This book is designed to provide teaching materials to any instructor who wants to use Practical C++ Programming in his classroom. The materials contained in this book contai...
110 views 74 votes 15 years 2 months ago  USENIX 1994»
Concert/C is a new language for distributed C programming that extends ANSI C to support distribution and process dynamics. Concert/C provides the ability to create and terminate ...
154 views 130 votes 15 years 5 months ago  ICFP 2000»
This paper describes FC++: a rich library supporting functional programming in C++. Prior approaches to encoding higher order functions in C++ have suffered with respect to polymo...
131 views 100 votes 15 years 19 days ago  CC 2002»
Abstract. This paper describes the C Intermediate Language: a highlevel representation along with a set of tools that permit easy analysis and source-to-source transformation of C ...
123 views 92 votes 15 years 6 months ago  GPCE 2005»
Abstract. This paper presents FeatureC++, a novel language extension to C++ that supports Feature-Oriented Programming (FOP) and Aspect-Oriented Programming (AOP). Besides well-kno...
64 views 68 votes 15 years 1 months ago  C++ 1990»
Programming in a distributed system is fraught with potential difficulties caused, in part, by the physical distribution of the system itself. By making the distribution of the sy...