An Overview of the Checked C Project
Offered By: Paul G. Allen School via YouTube
Course Description
Overview
Explore an in-depth overview of the Checked C project in this informative seminar talk by David Tarditi. Learn about the motivation behind extending C with bounds checking to improve security and reliability in system programming. Discover the language extension design, which puts bounds checking under programmer control and introduces new pointer and array types. Understand how static checking ensures consistency of bounds declarations and how runtime checks are implemented. Gain insights into the project's implementation in the clang compiler front-end and its open-source nature. Delve into Tarditi's background in compilers, programming languages, and operating systems, and his work on projects like System C#, Midori, and Singularity. Grasp the challenges of integrating different programming models and the importance of improving system reliability and security in widely-used C and C++ codebases.
Syllabus
PLSE Seminar Series David Tarditi "An Overview of the Checked C Project"
Taught by
Paul G. Allen School
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