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
Concept
Bytecode
Formal sciences
Theoretical computer science
Programming language theory
High-level programming lang...
Graph Chatbot
Related lectures (13)
Login to filter by course
Login to filter by course
Reset
Previous
Page 1 of 2
Next
Compiling Expressions
Covers the conversion of expressions, evaluation using stack machines, and bytecode generation.
JVM Backend: Code Generation and Translation
Explores the translation of programs, definitions, and expressions into bytecode using the JVM backend.
Bitcoin and Ethereum: Scripting and Gas
Explores Bitcoin scripting, Ethereum gas, smart contracts, limitations, and common uses.
Compiling Control Structures
Covers the compilation of control structures in programming languages.
Code Generation: Examples, WebAssembly
Covers examples of code generation and introduces WebAssembly (WA) bytecode and stack machine operation.
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.
Ethereum Virtual Machine: Gas Computation
Explores Ethereum Virtual Machine bytecode, gas computation, and financial blockchain applications using Remix IDE and Etherscan.
Prefix, Infix, Postfix and Code Generation
Explores prefix, infix, and postfix notations in expressions and their role in code generation.
Compiler Overview: Code Generation Example
Analyzes the compiler output of a C program and compares it with Java byte code.