Sciweavers

3708 search results - page 15 / 371
» Programming with C Exceptions
Sort
View
96 views 86 votes 15 years 5 months ago  ECOOPWEXCEPTION 2000»
This paper presents a set of concepts and design techniques that has proven successful in implementing and using C++ libraries intended for applications that simultaneously require...
119 views 75 votes 15 years 4 months ago  LCPC 1993»
This paper presents a model for concurrent programming, where programs (concurrent program structures) are represented as composition expressions over component programs with suita...
103 views 88 votes 16 years 1 months ago  SIGSOFT 2006»
It is usually assumed that the implementation of exception handling can be better modularized by the use of aspectoriented programming (AOP). However, the trade-offs involved in u...
124 views 120 votes 15 years 5 months ago  ICDCS 1998»
Exceptions are one of the most pervasive problems in process support systems. In installations expected to handle a large number of processes, having exceptions is bound to be a n...
170 views 103 votes 15 years 1 months ago  EUROPAR 2010»
Abstract. Algorithmic Skeletons offer high-level abstractions for parallel programming based on recurrent parallelism patterns. Patterns can be combined and nested into more comple...
168 views 141 votes 14 years 10 months ago  EUROPAR 2010»
Star Superscalar is a task-based programming model. The programmer starts with an ordinary C program, and adds pragmas to mark functions as tasks, identifying their inputs and outp...
121 views 105 votes 15 years 6 months ago  OOPSLA 2005»
Io is small prototype-based programming language. The ideas in Io are mostly inspired by Smalltalk[1] (all values are objects), Self[2] (prototype-based), NewtonScript[3] (differe...
97 views 91 votes 16 years 1 months ago  SIGSOFT 2008»
Executable models are increasingly being employed by development teams to implement robust software systems. Modern executable models offer powerful composition mechanisms that al...
135 views 99 votes 16 years 1 months ago  SIGSOFT 2008»
We observed a general problem of sequential programs, which often results in design and programming errors in industrial software engineering projects, and propose a solution appr...
236 views 147 votes 13 years 8 months ago  AOSD 2012»
Aspect-Oriented Programming (AOP) started fifteen years ago with the remark that modularization of so-called crosscutting functionalities is a fundamental problem for the enginee...