Sciweavers

3708 search results - page 7 / 371
» Programming with C Exceptions
Sort
View
128 views 110 votes 15 years 7 months ago  KBSE 2008»
Exception handling mechanisms have been around for more than 30 years. Nevertheless, modern exceptions systems are not very different from the early models. Programming languages ...
106 views 105 votes 15 years 4 months ago  COMPSAC 2001»
Designers of component-based software face two problems related to dealing with abnormal events: developing exception handling at the level of the integrated system and accommodat...
110 views 107 votes 15 years 5 months ago  IEEEPACT 2002»
Java exception checks are designed to ensure that any faulting instruction causing a hardware exception does not terminate the program abnormally. These checks, however, impose so...
127 views 92 votes 15 years 5 months ago  ECOOP 2000»
The support for precise exceptions in Java, combined with frequent checks for runtime exceptions, leads to severe limitations on the compiler’s ability to perform program optimiz...
112 views 71 votes 15 years 7 months ago  ER 2009»
148 views 134 votes 15 years 4 months ago  EMSOFT 2006»
Concurrent programming languages should be a good fit for embedded systems because they match the intrinsic parallelism of their architectures and environments. Unfortunately, typ...
119 views 97 votes 15 years 5 months ago  ICSM 1999»
Exception-handling constructs provide a mechanism for raising exceptions, and a facility for designating protected code by attaching exception handlers to blocks of code. Despite ...
93 views 119 votes 15 years 4 months ago  MPC 1995»
Abstract. This paper is about exceptions handling using classical techniques of program extraction. We propose an impredicative formalization in the calculus of constructions and w...
162 views 113 votes 15 years 3 months ago  AAAI 2008»
One way to solve the knowledge acquisition bottleneck is to have ways to translate natural language sentences and discourses to a formal knowledge representation language, especia...
95 views 91 votes 15 years 5 months ago  APN 2001»