Skip to main content

Showing 1–1 of 1 results for author: Parimala, S

Searching in archive cs. Search in all archives.
.
  1. Retrofitting Parallelism onto OCaml

    Authors: KC Sivaramakrishnan, Stephen Dolan, Leo White, Sadiq Jaffer, Tom Kelly, Anmol Sahoo, Sudha Parimala, Atul Dhiman, Anil Madhavapeddy

    Abstract: OCaml is an industrial-strength, multi-paradigm programming language, widely used in industry and academia. OCaml is also one of the few modern managed system programming languages to lack support for shared memory parallel programming. This paper describes the design, a full-fledged implementation and evaluation of a mostly-concurrent garbage collector (GC) for the multicore extension of the OCam… ▽ More

    Submitted 2 July, 2020; v1 submitted 24 April, 2020; originally announced April 2020.

    Comments: Accepted to ICFP 2020

    ACM Class: D.3.4