Skip to main content
Graph
Search
fr
|
en
Login
Search
All
Categories
Concepts
Courses
Lectures
MOOCs
People
Practice
Publications
Startups
Units
Show all results for
Home
Lecture
Compiling Expressions
Graph Chatbot
Related lectures (28)
Previous
Page 1 of 3
Next
Prefix, Infix, Postfix and Code Generation
Explores prefix, infix, and postfix notations in expressions and their role in code generation.
Code Generation: Examples, WebAssembly
Covers examples of code generation and introduces WebAssembly (WA) bytecode and stack machine operation.
Correctness of Compilers: Part 2
Explores the correctness of compilers, emphasizing expression evaluation, bytecode compilation, and stack operations.
Introduction to Java Programming
Covers Java programming basics, emphasizing code reusability and demonstrating it with a practical example.
JVM Backend: Code Generation and Translation
Explores the translation of programs, definitions, and expressions into bytecode using the JVM backend.
Introduction to Programming: Basics and Java Development
Covers the basics of programming, Java development, algorithms, data structures, and the compilation process.
Introduction to Java Programming
Covers the basics of Java programming, from writing and compiling programs to troubleshooting common errors.
Compiler Overview: Code Generation Example
Analyzes the compiler output of a C program and compares it with Java byte code.
Virtual Machines: Memory Management and Control Flow
Covers the architecture of virtual machines, focusing on memory management, control flow, and the CEK machine's semantics.
WASM Virtual Machine: Group 13
Explores the development of a WebAssembly Virtual Machine by Group 13, covering pipeline stages, interpreter structure, and stack management.