A Short Survey of Compiler Targets

A short survey of compiler targets like assembly, LLVM, C, JVM and Brainfuck.

abhinavsarkar.net

By knowing about Java’s compiler intermediate representation (or the IR), we can understand at a deeper level how Java reasons about your program when optimising it.

Watch the #InfoQ video: http://bit.ly/40kkTbP

#Java #Compilers #IntermediateRepresentation

Understanding Java through Graphs

Chris Seaton discusses Java’s compiler intermediate representation, to understand at a deeper level how Java reasons about a program when optimizing it.

InfoQ