« earlier | later » Page 1 of 15
What can we learn from how compilers are designed? edit / delete
Discusses things like "Why so many IRs?". Probably of interest to CMP409 students.
How LLVM Optimizes a Function – Embedded in Academia edit / delete
A nice walkthrough of how LLVM's optimisation passes rewrite a simple loop. This assumes you know how LLVM's SSA representation works, but it'll still make sense even if you don't.
to cmp409 compiler llvm loop optimisation ... on 11 September 2018
N4455 No Sane Compiler Would Optimize Atomics edit / delete
"Compilers do optimize atomics, memory accesses around atomics, and utilize architecture-specific knowledge. This paper illustrates a few such optimizations, and discusses their implications."
to atomic cmp201 compiler optimisation ... on 11 September 2018
CMOC - 6809 cross-compiler for a C-like language edit / delete
"CMOC is a 6809-generating cross-compiler for a subset of the C language."
to 6809 c coco compiler cross-compiler dragon retrocomputing ... on 20 January 2018
picol, a Tcl interpreter in 550 lines of C code edit / delete
As it says. Nothing fancy, but this is a nice example of a small language.
to cmp409 compiler interpreter parsing tcl ... on 06 January 2018
Software Preservation Group — Software Preservation Group edit / delete
Some fairly specific archiving projects from CHM -- e.g. as much as they could collect about early Fortran compilers.
to compiler fortran history language-design retrocomputing ... on 13 September 2017
graydon2 | "What next?" edit / delete
"After memory safety, what do you think is the next big step for compiled languages to take?" Some interesting suggestions.
to compiler language-design research ... on 12 September 2017
Why ML/OCaml are good for writing compilers edit / delete
As it says.
to cmp409 compiler functional language-design ml ocaml ... on 13 May 2017
The T3X Language and Compiler - T3X.ORG edit / delete
"T3X9 is a tiny, yet comprehensible, procedural language, much like Pascal or BCPL, but even more minimal. Its compiler is small and fast." There's a book about how the compiler works too.
to cmp409 compiler language-design ... on 13 May 2017
"Snowman is a native code to C/C++ decompiler".
to c c++ compiler decompiler reverse-engineering ... on 26 February 2017
« earlier | later » Page 1 of 15
tasty by Adam Sampson.