Skip to content

Compiling Haskell By Program Transformation #76

Description

@xtreme-james-cooper

By: Simon Peyton Jones

https://www.microsoft.com/en-us/research/wp-content/uploads/1996/01/comp-by-trans.pdf

Comes with its own cliff notes! https://www.youtube.com/watch?v=uR_VzYxvbxg

Many compilers do some of their work by means of correctness-preserving, and hopefully performance-improving, program transformations. The Glasgow Haskell Compiler (GHC) takes this idea of “compilation by transformation” as its war-cry, trying to express as much as possible of the compilation process in the form of program transformations.

This paper reports on our practical experience of the transformational approach to compilation, in the context of a substantial compiler.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions