Skip to main content

Showing 1–1 of 1 results for author: Nougrahiya, A

Searching in archive cs. Search in all archives.
.
  1. Homeostasis: Design and Implementation of a Self-Stabilizing Compiler

    Authors: Aman Nougrahiya, V. Krishna Nandivada

    Abstract: Mainstream compilers perform a multitude of analyses and optimizations on the given input program. Each analysis (such as points-to analysis) may generate a program-abstraction (such as points-to graph). Each optimization is typically composed of multiple alternating phases of inspection of such program-abstractions and transformations of the program. Upon transformation of a program, the program-… ▽ More

    Submitted 1 March, 2024; v1 submitted 3 June, 2021; originally announced June 2021.

    Comments: Accepted for publication in ACM TOPLAS. 58 pages, 36 figures. Patent granted in India. US Patent published. For associated code, see https://github.com/anonymousoopsla21/homeostasis

    ACM Class: D.2.3; D.2.5