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
Register Machine
Graph Chatbot
Related lectures (31)
Previous
Page 3 of 4
Next
Code Generation Lab
Covers generating code for a compiler, translating an Amy program to WebAssembly, including memory management and pattern matching compilation.
Memory Management & Crash Programs
Covers memory management for engineers, focusing on crash programs related to memory access errors.
MIPS Assembly: Function Calls & Memory Management
Explores MIPS assembly language, covering function calls, memory management, and data structures, including recursive functions, programming constructs, arrays, and linked lists.
Compilers: Challenges with Digital Signal Processors
Covers the challenges of compiling for digital signal processors due to their unique architectural features and irregularities.
Memory Model
Explores the formalization of memory models and their crucial role in program optimization.
NumPy: Scientific Computing
Explores the significance of NumPy for scientific computing, emphasizing the importance of optimizing computation time and memory usage.
Optimization with Constraints: KKT Conditions
Covers the optimization with constraints, focusing on the Karush-Kuhn-Tucker (KKT) conditions.
Dynamic Memory Allocation: Basics and Examples
Explores dynamic memory allocation in C, covering stack vs. heap memory, helper functions, and practical examples.
Advanced Types in C: Unions and Bit Fields
Discusses advanced types in C, focusing on unions, bit fields, and their associated modifiers and operators.
Memory Reclamation: Techniques and Algorithms
Explores memory reclamation techniques, including Lock-free Reference Counting and Hazard Pointers, and introduces the hybrid approach of QSense.