Sciweavers

16190 search results - page 89 / 3238
» Applicative programming with effects
Sort
View
PLDI
2000
ACM
15 years 5 months ago
Bitwidth analysis with application to silicon compilation
Mark Stephenson, Jonathan Babb, Saman P. Amarasing...
63
Voted
SIGADA
1999
Springer
15 years 4 months ago
Reducing maintenance costs through the application of modern software architecture principles
Christine Hulse, Scott Edgerton, Michael Ubnoske, ...
104
Voted
PLDI
2010
ACM
15 years 10 months ago
Ur: Statically-Typed Metaprogramming with Type-Level Record Computation
Dependent types provide a strong foundation for specifying and verifying rich properties of programs through type-checking. The earliest implementations combined dependency, which...
Adam Chlipala
207
Voted
ICFP
2009
ACM
16 years 1 months ago
Runtime support for multicore Haskell
Purely functional programs should run well on parallel hardware because of the absence of side effects, but it has proved hard to realise this potential in practice. Plenty of pap...
Simon Marlow, Simon L. Peyton Jones, Satnam Singh
TPDS
1998
157views more  TPDS 1998»
15 years 8 days ago
A Compiler Optimization Algorithm for Shared-Memory Multiprocessors
This paper presents a new compiler optimization algorithm that parallelizes applications for symmetric, sharedmemory multiprocessors. The algorithm considers data locality, parall...
Kathryn S. McKinley