Sciweavers

3708 search results - page 10 / 371
» Programming with C Exceptions
Sort
View
161 views 102 votes 15 years 6 months ago  MPC 2004»
Exceptions are an important feature of modern programming languages, but their compilation has traditionally been viewed as an advanced topic. In this article we show that the basi...
119 views 112 votes 15 years 4 months ago  ECOOPWEXCEPTION 2006»
Exception handling is a powerful abstraction that can be used to help manage errors and support the construction of reliable operating systems. Using exceptions to notify system co...
75 views 117 votes 15 years 6 months ago  ERLANG 2004»
This paper describes the new exception handling in the Erlang programming language, to be introduced in the forthcoming Release 10 of the Erlang/OTP system. We give a comprehensiv...
91 views 113 votes 15 years 5 months ago  PEPM 2009»
A requirement of any source language is to be rich in features and concise to use by the programmers. As a drawback, it is often too complex to analyse, causing research studies t...
114 views 123 votes 15 years 6 months ago  OOPSLA 2004»
It is difficult to write programs that behave correctly in the presence of run-time errors. Existing programming language features often provide poor support for executing clean-u...
104 views 111 votes 15 years 5 months ago  DSN 2000»
Although Microsoft Windows is being deployed in mission-critical applications, little quantitative data has been published about its robustness. We present the results of executin...
75 views 72 votes 15 years 3 months ago  USENIX 2007»
Operating system lockup errors can render a computer unusable by preventing the execution other programs. Watchdog timers can be used to recover from a lockup by resetting the pro...
173 views 135 votes 15 years 6 days ago  SIGPLAN 2008»
By separating crosscutting concerns into modules, aspectoriented programming (AOP) can greatly improve the maintainability, understandability and reusability of software. However,...
128 views 110 votes 16 years 1 months ago  COORDINATION 2009»
A future is a well-known programming construct used to introduce concurrency to sequential programs. Computations annotated as futures are executed asynchronously and run concurren...
117 views 124 votes 15 years 4 months ago  ECOOPWEXCEPTION 2006»
It is difficult to write programs that behave correctly in the presence of exceptions. We describe a dataflow analysis for finding a certain class of mistakes made while programs h...