Sciweavers

3708 search results - page 11 / 371
» Programming with C Exceptions
Sort
View
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...
90 views 91 votes 16 years 21 days ago  ICFP 2003»
All classical -terms typable with disjunctive normal forms are shown to share a common computational behavior: they implement a local exception handling mechanism whose exact work...
136 views 111 votes 15 years 2 months ago  ECOOP 2008»
Exception handling mechanisms are intended to support the development of robust software. However, the implementation of such mechanisms with aspectoriented (AO) programming might ...
120 views 75 votes 15 years 9 months ago  PADL 2010»
Abstract. We describe a monad for checked, explicitly typed exceptions, which provides as a simple Haskell library what for other languages is a native feature. Multi parameter typ...
108 views 97 votes 15 years 4 months ago  FPCA 1995»
We add functional continuations and prompts to a language with an ML-style type system. The operators signi cantly extend and simplify the control operators in SML/NJ, and can be ...
131 views 88 votes 15 years 2 months ago  SFP 2004»
: In previous work we showed how to verify a compiler for a small language with exceptions. In this article we show how to calculate, as opposed to an abstract machine for this lan...