Sciweavers

6306 search results - page 142 / 1262
» Space, Time, and the Use of Language
Sort
View
IJHPCA
2007
116views more  IJHPCA 2007»
14 years 10 months ago
Parallel Languages and Compilers: Perspective From the Titanium Experience
We describe the rationale behind the design of key features of Titanium—an explicitly parallel dialect of JavaTM for high-performance scientific programming—and our experienc...
Katherine A. Yelick, Paul N. Hilfinger, Susan L. G...
ICRA
2003
IEEE
142views Robotics» more  ICRA 2003»
15 years 3 months ago
Ada -intelligent space: an artificial creature for the swiss Expo.02
Ada is an entertainment exhibit that is able to interact with many people simultaneously, using a language of light and sound. “She” received 553,700 visitors over 5 months du...
Kynan Eng, Andreas Bäbler, Ulysses Bernardet,...
77
Voted
OOPSLA
2004
Springer
15 years 3 months ago
Finding your cronies: static analysis for dynamic object colocation
This paper introduces dynamic object colocation, an optimization to reduce copying costs in generational and other incremental garbage collectors by allocating connected objects t...
Samuel Z. Guyer, Kathryn S. McKinley
CORR
2000
Springer
133views Education» more  CORR 2000»
14 years 10 months ago
On Exponential-Time Completeness of the Circularity Problem for Attribute Grammars
Attribute grammars (AGs) are a formal technique for defining semantics of programming languages. Existing complexity proofs on the circularity problem of AGs are based on automata...
Pei-Chi Wu
ICFP
2002
ACM
15 years 10 months ago
Packrat parsing: : simple, powerful, lazy, linear time, functional pearl
Packrat parsing is a novel technique for implementing parsers in a lazy functional programming language. A packrat parser provides the power and flexibility of top-down parsing wi...
Bryan Ford