The Projucer - Live Coding with C++ and the LLVM JIT Engine
Offered By: CppNow via YouTube
Course Description
Overview
Explore the inner workings of the Projucer IDE and its real-time C++ code execution capabilities in this CppNow conference talk. Dive into the architecture behind the Projucer's ability to provide instant execution and refactoring of C++ code using Clang and the LLVM JIT engine. Learn how the IDE, based on the JUCE GUI toolkit library, continuously recompiles and executes individual classes, allowing for dynamic GUI editing and code refactoring. Discover the challenges faced and clever solutions implemented to create this innovative system. Gain insights into the various aspects of Clang and LLVM utilized in the process, and explore potential future developments in live coding environments for C++.
Syllabus
Intro
Background
Architecture
The Producer
The Introducer
Inventing on Principle
The Tree
Child Components
Process Communication
Observations
The nasty bits
Future possibilities
How does it work
Taught by
CppNow
Related Courses
Control Flow Integrity in the Linux KernelLinux Foundation via YouTube A Fresh Look at Toolchains and Crosscompilers in 2020
Linux Foundation via YouTube A Few Effective GCC - Clang Optimizations for Embedded Systems
Linux Foundation via YouTube Embedded Linux Size Reduction Techniques
Linux Foundation via YouTube Using Clang for Fun and Profit - Examples from the Chromium Project
GOTO Conferences via YouTube