@inproceedings{e001ad3dc87343868439cd2fd4b4bdb7,
title = "Back to the futures: Incremental parallelization of existing sequential runtime systems",
abstract = "Many language implementations, particularly for high-level and scripting languages, are based on carefully honed runtime systems that have an internally sequential execution model. Adding support for parallelism in the usual form - as threads that run arbitrary code in parallel - would require a major revision or even a rewrite to add safe and efficient locking and communication. We describe an alternative approach to incremental parallelization of runtime systems. This approach can be applied inexpensively to many sequential runtime systems, and we demonstrate its effectiveness in the Racket runtime system and Parrot virtual machine. Our evaluation assesses both the performance benefits and the developer effort needed to implement our approach. We find that incremental parallelization can provide useful, scalable parallelism on commodity multicore processors at a fraction of the effort required to implement conventional parallel threads.",
keywords = "Functional programming, Parallel programming, Racket, Runtime systems",
author = "James Swaine and Kevin Tew and Dinda, {Peter A} and Robert Findler and Matthew Flatt",
year = "2010",
doi = "10.1145/1869459.1869507",
language = "English (US)",
isbn = "9781450302036",
series = "Proceedings of the Conference on Object-Oriented Programming Systems, Languages, and Applications, OOPSLA",
pages = "583--597",
booktitle = "OOPSLA'10 - Proceedings of the 2010 ACM SIGPLAN Conference on Object Oriented Programming, Systems, Languages, and Applications",
note = "2010 ACM SIGPLAN Conference on Object Oriented Programming, Systems, Languages, and Applications, OOPSLA'10 ; Conference date: 17-10-2010 Through 21-10-2010",
}