The C2 compiler
How the C2 compiler evolved
- Track: LLVM devroom
- Room: AW1.120
- Day: Saturday
- Start: 17:15
- End: 17:45
- Video only: aw1120
- Chat: Join the conversation!
This talk shows the evolution of the C2 programming language. It also shows how to build/evolve your own compiler in a generic way.
Building your own compiler is a daunting task. But more and more people do give it a try nowadays. One factor of this is the availability of LLVM. LLVM is a generic compiler back-end, that saves you from having to generate Assembly code. The only problem now is how to generate LLVM code..
Speakers
Bas van den Berg |