Sciweavers

2 search results - page 1 / 1
» Secrets of the Glasgow Haskell Compiler inliner
Sort
View
109
Voted
JFP
2002
96views more  JFP 2002»
15 years 15 days 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
15 years 14 days 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