Sciweavers

3708 search results - page 54 / 371
» Programming with C Exceptions
Sort
View
136 views 102 votes 15 years 5 months ago  PLDI 1999»
Previous selective dynamic compilation systems have demonstrated that dynamic compilation can achieve performance improvements at low cost on small kernels, but they have had diff...
113 views 98 votes 15 years 6 months ago  ICRA 2002»
Most robot programming takes place in the “time domain.” That is, the goal is to specify the behavior of a system that is acquiring a continual temporal stream of inputs, and ...
54 views 78 votes 15 years 5 months ago  PLDI 1998»
Object-oriented applications may contain data members that can be removed from the application without a ecting program behavior. Such \dead" data members may occur due to un...
120 views 90 votes 15 years 2 months ago  DAGSTUHL 2003»
A wide range of domain-specific languages (DSLs) has been implemented successfully by embedding them in general purpose languages. This paper reviews embedding, and summarizes how...
96 views 113 votes 15 years 7 months ago  PLDI 2006»
Software updates typically require stopping and restarting an application, but many systems cannot afford to halt service, or would prefer not to. Dynamic software updating (DSU) ...
79 views 83 votes 16 years 1 months ago  SIGSOFT 2001»
Layered architecture in operating system code is often compromised by execution path-specific customizations such as prefetching, page replacement and scheduling strategies. Paths...
216 views 121 votes 15 years 5 months ago  ICLP 1993»
Erlang is a concurrent programming language designed for prototyping and implementing reliable real-time systems. In its design Erlanginherits someideas fromconcurrent logic progra...
86 views 93 votes 15 years 7 months ago  IWOMP 2007»
Programs written in C++ and OpenMP are still relatively rare. This paper shows some problems with the current state of the OpenMP specification regarding C++. We illustrate the pr...
138 views 211 votes 16 years 1 months ago  POPL 2006»
C++ templates are key to the design of current successful mainstream libraries and systems. They are the basis of programming techniques in diverse areas ranging from conventional...
256 views 119 votes 15 years 4 months ago  ACMSE 2009»
Most recent graphics courses are what we would call topdown courses. Courses that focus on using graphical packages to implement and teach graphics. The course discussed in this p...