Sciweavers

3708 search results - page 9 / 371
» Programming with C Exceptions
Sort
View
219 views 99 votes 15 years 4 months ago  APAQS 2001»
89 views 67 votes 15 years 18 days ago  JUCS 2007»
92 views 112 votes 15 years 4 months ago  APLAS 2006»
Abstract. We present a type and effect system for a multi-staged language with exceptions. The proposed type and effect system checks if we safely synthesize complex controls with ...
107 views 90 votes 15 years 6 months ago  CGO 2005»
Many excepting instructions cannot be removed by existing Partial Redundancy Elimination (PRE) algorithms because the ordering constraints must be preserved between the excepting ...
76 views 95 votes 15 years 5 months ago  POPL 1999»
This paper presents a program analysis to estimate uncaught exceptions in ML programs. This analysis relies on unification-based type inference in a non-standard type system, usi...
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...