Sciweavers

840 search results - page 21 / 168
» Programming the future
Sort
View
ICESS
2004
Springer
14 years 2 months ago
Resource-Aware Programming
Abstract. Traditional wisdom in programming language design suggests that there is a trade-off between expressive power and static guarantees. We describe a novel schema for desig...
Walid Taha
HPCA
2006
IEEE
14 years 9 months ago
The common case transactional behavior of multithreaded programs
Transactional memory (TM) provides an easy-to-use and high-performance parallel programming model for the upcoming chip-multiprocessor systems. Several researchers have proposed a...
JaeWoong Chung, Hassan Chafi, Chi Cao Minh, Austen...
SIGMOD
2008
ACM
93views Database» more  SIGMOD 2008»
14 years 8 months ago
The repeatability experiment of SIGMOD 2008
SIGMOD 2008 was the first database conference that offered to test submitters' programs against their data to verify the experiments published. This paper discusses the ratio...
Ioana Manolescu, Loredana Afanasiev, Andrei Arion,...
WETICE
1998
IEEE
14 years 25 days ago
Enabling Synchronous Joint-Working In Java
This paper gives an outlook on technologies for joint-working with Java-based programs - applets and applications. Various approaches and APIs applied to the Java environment are ...
Vladimir Minenko
POPL
1994
ACM
14 years 20 days ago
Reducing Indirect Function call Overhead in C++ Programs
Modern computer architectures increasingly depend on mechanisms that estimate future control flow decisions to increase performance. Mechanisms such as speculative execution and p...
Brad Calder, Dirk Grunwald