Sciweavers

3708 search results - page 16 / 371
» Programming with C Exceptions
Sort
View
168 views 151 votes 15 years 10 days 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 119 votes 15 years 7 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 109 votes 16 years 3 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 120 votes 16 years 3 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 163 votes 13 years 10 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...
144 views 108 votes 15 years 6 months ago  FIDJI 2004»
Our paper aims at proposing a framework that allows programmers to exploit the benefits of exception handling throughout the entire development Java programs by modeling exception ...
113 views 121 votes 15 years 8 months ago  SCAM 2006»
Programmers often want to transform the source or binary representations of their programs (e.g., to optimize, add dynamic safety checks, or add profile gathering code). Unfortun...
92 views 98 votes 16 years 3 months ago  SIGSOFT 2008»
Exception handling and replication are two mechanisms that increase software reliability. Exception handling helps programmers control situations in which the normal flow of a pro...
74 views 131 votes 15 years 8 months ago  ICONS 2008»
Missing or faulty exception handling has caused a number of spectacular system failures and is a major cause of software failures in extensively tested critical systems. Prior wor...
103 views 110 votes 15 years 8 months ago  HASKELL 2006»
In this paper we address the lack of extensibility of the exception type in Haskell. We propose a lightweight solution involving the use of existential types and the Typeable clas...