This is your university

Computer Science Colloquium

Tuesday, March 20 2012 at 3:30 PM

Location: EP 122

The Computer Science Colloquium, "A Hybrid Model for Very High-Level Threads," will occur March 20 at 3:30 p.m.in EP 122.

Languages with multiple paradigms or other special-purpose features often are implemented in ways that make true concurrency difficult in the virtual machine or runtime system. Several popular languages feature a global interpreter lock that limits them to pseudo-concurrency. This talk presents lessons learned in developing true concurrency for a goal-directed, object-oriented language called Unicon. Parts of the work were anticipated, such as switching to thread-safe C library functions, while other parts were a surprise, such as eliminating race conditions in self-modifying virtual machine instructions. The presenter is Jafar Al-Gharaibeh