Welcome to the Biomed Boston & ESC Boston 2019 Presentation Store. Here you can view and download conference and/or show floor theater presentations before, during, and after the event. If you’re looking for a presentation from a specific session that you’re unable to find here, note that it’s likely because the presenter has not provided permission for external use or has not yet shared their presentation with us. Please check back after the event for a more complete catalogue of available presentations.
Greg Davis (Director of Engineering, Compilers, Green Hills Software)
Location: 107B
Date: Wednesday, May 15
Time: 8:00am - 10:00am
Track: ESC Boston, Track B: Embedded Software Design & Verification
Vault Recording: TBD
For many years, threading was a subject that was ignored by the standards, but starting in 2011, the recent editions of C and C++ now describe a portable thread model. The biggest addition was not with threading itself, but with the details of shared memory. Different architectures handle shared memory very differently, so an old approach that worked fine on the Intel Architecture may fall flat on ARMv8 or Fortunately, the new standards added a portable programming API for doing shared memory and inter-thread synchronization that works regardless of the underlying operating system. Learn how to use the new standards to write portable, efficient, and reliable algorithms using shared memory.