Skip to main content

Showing 1–1 of 1 results for author: Nuessle, C

Searching in archive cs. Search in all archives.
.
  1. arXiv:2104.01241  [pdf, other

    cs.PL cs.DB

    TreeToaster: Towards an IVM-Optimized Compiler

    Authors: Darshana Balakrishnan, Carl Nuessle, Oliver Kennedy, Lukasz Ziarek

    Abstract: A compiler's optimizer operates over abstract syntax trees (ASTs), continuously applying rewrite rules to replace subtrees of the AST with more efficient ones. Especially on large source repositories, even simply finding opportunities for a rewrite can be expensive, as optimizer traverses the AST naively. In this paper, we leverage the need to repeatedly find rewrites, and explore options for maki… ▽ More

    Submitted 2 April, 2021; originally announced April 2021.

    Comments: 23 pages, 17 figures