You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: