Variable Length Arrays in Structs
Offered By: Linux Plumbers Conference via YouTube
Course Description
Overview
Explore the intricacies of Variable Length Arrays in Structs (VLAIS) in this 20-minute conference talk from the Linux Plumbers Conference. Delve into the gcc extension used sparingly in the Linux Kernel and understand why clang, despite supporting Variable Length Arrays (VLA), doesn't support VLAIS due to C standard restrictions. Examine the challenges associated with VLAIS, discover potential alternatives, and participate in the discussion on strategies to eliminate VLAIS usage from the Linux Kernel. Gain valuable insights from speakers M. Charlebois of Qualcomm and B. Webster as they address this crucial topic in kernel development.
Syllabus
Variable Length Arrays in Structs (VLAIS) - M. Charlebois, Qualcomm ; B. Webster
Taught by
Linux Plumbers Conference
Related Courses
Programming LanguagesUniversity of Virginia via Udacity Compilers
Stanford University via Coursera Programming Languages, Part A
University of Washington via Coursera CSCI 1730 - Introduction to Programming Languages
Brown University via Independent Intro to Java Programming
San Jose State University via Udacity