William Leiserson: Defining Scalable High Performance Programming with DEF

Tuesday, September 10, 2019 - 10:30am to 11:30am
Refreshments: 
Refreshments served at the end at G675A
Location: 
Patil/Kiva G449
Speaker: 
William Leiserson
Abstract:
Performance engineering is performed in languages that are close to the machine, especially C and C++, but these languages have little native support for concurrency.  We’re deep into the multicore era of computer hardware, however, meaning that scalability is dependent upon concurrent data structures. Contrast this with modern systems languages, like Go, that provide support for concurrency but incur invisible,sometimes unavoidable, overheads on basic operations. Many applications, particularly in scientific computing, require something in between. In this thesis, I present DEF, a language that’s close to the machine for the sake of performance engineering,but which also has features that provide support for concurrency. These features are designed with costs that don’t impede code that doesn’t use them, and preserve the flexibility enjoyed by C programmers in organizing memory layout and operations.  DEF occupies the excluded middle between the two categories of languages and is suitable for high performance, scalable applications.
 
Committee Members: Nir Shavit, Saman Amarasinghe and Maurice Herlihy