top | item 34476483

Fortran H and PL.8: Papers about Great Optimizing Compilers [pdf] (2015)

43 points| Bostonian | 3 years ago |clear.rice.edu | reply

6 comments

order
[+] idbfs|3 years ago|reply
The authors of these slides also wrote a well-regarded textbook, Engineering a Compiler.
[+] samsquire|3 years ago|reply
I recently wrote a toy barebones compiler for amd64 x86_64 It cannot compile anything significant besides addition and multiplication expressions yet but I think the code is educational.

My dream is to write a JIT compiler that is similar to HolyC. I want it to be expressive and powerful and parallel and concurrent.

I do live range analysis and simple register allocation.

https://GitHub.com/samsquire/compiler

[+] throwaway81523|3 years ago|reply
This is a good slide presentation, about three compiler papers. from 1980-1982. Date of the presentation is 2015 which should be in the thread title.