Sciweavers

2 search results - page 1 / 1
» Call-pattern specialisation for haskell programs
Sort
View
ICFP
2007
ACM
14 years 8 months ago
Call-pattern specialisation for haskell programs
User-defined data types, pattern-matching, and recursion are ubiquitous features of Haskell programs. Sometimes a function is called with arguments that are statically known to be...
Simon L. Peyton Jones
IWMM
2004
Springer
101views Hardware» more  IWMM 2004»
14 years 1 months ago
Exploring the barrier to entry: incremental generational garbage collection for Haskell
We document the design and implementation of a “production” incremental garbage collector for GHC 6.2. It builds on our earlier work (Non-stop Haskell) that exploited GHC’s ...
Andrew M. Cheadle, A. J. Field, Simon Marlow, Simo...