Sciweavers

1646 search results - page 6 / 330
» Inlining of Virtual Methods
Sort
View
EWSN
2010
Springer
14 years 1 months ago
Wiselib: A Generic Algorithm Library for Heterogeneous Sensor Networks
One unfortunate consequence of the success story of wireless sensor networks (WSNs) in separate research communities is an evergrowing gap between theory and practice. Even though ...
Tobias Baumgartner, Ioannis Chatzigiannakis, S&aac...
SAC
1996
ACM
14 years 21 days ago
An enabling optimization for C++ virtual functions
Gaining the code re-use advantages of object oriented programming requires dynamic function binding, which allows a new subclass to override a function of a superclass. Dynamic bi...
Bradley M. Kuhn, David Binkley
VRCAI
2004
ACM
14 years 2 months ago
Occlusion based interaction methods for tangible augmented reality environments
Gun A. Lee, Mark Billinghurst, Gerard Jounghyun Ki...
CASES
2007
ACM
14 years 17 days ago
A simplified java bytecode compilation system for resource-constrained embedded processors
Embedded platforms are resource-constrained systems in which performance and memory requirements of executed code are of critical importance. However, standard techniques such as ...
Carmen Badea, Alexandru Nicolau, Alexander V. Veid...
PEPM
1994
ACM
14 years 19 days ago
Identifying Profitable Specialization in Object-Oriented Languages
The performance of object-oriented languages can be greatly improved if methods can be specialized for particular classes of arguments. Such specialization can provide the compile...
Jeffrey Dean, Craig Chambers, David Grove