Sciweavers

3708 search results - page 312 / 371
» Programming with C Exceptions
Sort
View
96 views 92 votes 15 years 6 months ago  SAS 2004»
We describe a polynomial-time algorithm for global value numbering, which is the problem of discovering equivalences among program sub-expressions. We treat all conditionals as non...
109 views 108 votes 15 years 6 months ago  VMCAI 2004»
In this paper we deal with the problem of applying model checking to real programs. We verify a program without constructing the whole transition system using a technique based on...
124 views 130 votes 15 years 6 months ago  WORDS 2003»
Bounding the Worst Case Execution Time (WCET) of programs is essential for real-time systems. To be able to do WCET calculations, the iteration bounds for loops and recursion must...
98 views 123 votes 15 years 6 months ago  CP 2003»
Constraint programming is a technology which is now widely used to solve combinatorial problems in industrial applications. However, using it requires considerable knowledge and e...
177 views 114 votes 15 years 5 months ago  IPPS 2000»
We propose a high-level language based on rst order logic for expressing synchronization in concurrent object-oriented programs. The language allows the programmer to declaratively...
99 views 109 votes 15 years 5 months ago  ECOOP 1998»
The last few years have seen the development of statically typed object based (also called prototype-based) programming languages. Two proposals, namely the Lambda Calculus of Obje...
85 views 107 votes 15 years 5 months ago  POS 1998»
The appeal of persistent class-oriented programming languages is great. Allowing class definitions to be persistent, in addition to instance data, greatly increases the ease of ac...
88 views 114 votes 15 years 4 months ago  AADEBUG 1995»
Novice programmers often find programming to be a difficult and frustrating task. Because of their lack of experience in programming novices have different needs to experts when i...
136 views 114 votes 15 years 4 months ago  HPCN 1995»
Abstract. Optimistic execution techniques are widely used in the field of parallel discrete event simulation. In this paper we discuss the use of optimism as a technique for paral...
99 views 104 votes 15 years 2 months ago  PDCN 2004»
Computational steering environments (CSEs) allow users to interact with applications executing in batch mode. Interaction with an application includes viewing intermediate results...