Sciweavers

3708 search results - page 1 / 742
» Programming with C Exceptions
Sort
View
ECOOPWEXCEPTION
2006
Springer
15 years 4 months ago
Handling Multiple Concurrent Exceptions in C++ Using Futures
Abstract. Exception handling is a well-established mechanism in sequential programming. Concurrency and asynchronous calls introduce the possibility for multiple simultaneous excep...
Matti Rintala
84
Voted
TOOLS
1999
IEEE
15 years 5 months ago
Programming with C++ Exceptions
Angelika Langer
130
Voted
CL
2008
Springer
15 years 26 days ago
Efficient exception handling in Java bytecode-to-C ahead-of-time compiler for embedded systems
One of the most promising approaches to Java acceleration in embedded systems is a bytecode-to-C ahead-of-time compiler (AOTC). It improves the performance of a Java virtual machi...
Dong-Heon Jung, Jong Kuk Park, Sung-Hwan Bae, Jaem...
TOPLAS
2008
81views more  TOPLAS 2008»
15 years 20 days ago
Exceptional situations and program reliability
Westley Weimer, George C. Necula
113
Voted
SIGSOFT
2000
ACM
15 years 5 months ago
Designing robust Java programs with exceptions
Exception handling mechanisms are intended to help developers build robust systems. Although an exception handling mechanism provides a basis for structuring source code dealing w...
Martin P. Robillard, Gail C. Murphy