Sciweavers

2 search results - page 1 / 1
» Secrets of the Glasgow Haskell Compiler inliner
Sort
View
JFP
2002
96views more  JFP 2002»
13 years 4 months ago
Secrets of the Glasgow Haskell Compiler inliner
Higher-order languages, such as Haskell, encourage the proto build abstractions by composing functions. A good compiler must inline many of these calls to recover an e ciently exe...
Simon L. Peyton Jones, Simon Marlow
SIGPLAN
2002
13 years 4 months ago
Template meta-programming for Haskell
We propose a new extension to the purely functional programming language Haskell that supports compile-time meta-programming. The purpose of the system is to support the algorithm...
Tim Sheard, Simon L. Peyton Jones