Skip to main navigation Skip to search Skip to main content

Pushing the Limit of 1-Minimality of Language-Agnostic Program Reduction

  • Zhenyang Xu
  • , Yongqiang Tian
  • , Mengxiao Zhang
  • , Gaosen Zhao
  • , Yu Jiang
  • , Chengnian Sun

Research output: Chapter in Book/Report/Conference proceedingConference PaperResearchpeer-review

Abstract

Program reduction has demonstrated its usefulness in facilitating debugging language implementations in practice, by minimizing bug-triggering programs. There are two categories of program reducers: language-agnostic program reducers (AGRs) and language-specific program reducers (SPRs). AGRs, such as HDD and Perses, are generally applicable to various languages; SPRs are specifically designed for one language with meticulous thoughts and significant engineering efforts, e.g., C-Reduce for reducing C/C++ programs. Program reduction is an NP-complete problem: finding the globally minimal program is usually infeasible. Thus all existing program reducers resort to producing 1-minimal results, a special type of local minima. However, 1-minimality can still be large and contain excessive bug-irrelevant program elements. This is especially the case for AGR-produced results because of the generic reduction algorithms used in AGRs. An SPR often yields smaller results than AGRs for the language for which the SPR has customized reduction algorithms. But SPRs are not language-agnostic, and implementing a new SPR for a different language requires significant engineering efforts. This paper proposes Vulcan, a language-agnostic framework to further minimize AGRs-produced results by exploiting the formal syntax of the language to perform aggressive program transformations, in hope of creating reduction opportunities for other reduction algorithms to progress or even directly deleting bugirrelevant elements from the results. Our key insights are two-fold. First, the program transformations in all existing program reducers including SPRs are not diverse enough, which traps these program reducers early in 1-minimality. Second, compared with the original program, the results of AGRs are much smaller, and time-wise it is affordable to perform diverse program transformations that change programs but do not necessarily reduce the sizes of the programs directly. Within the Vulcan framework, we proposed three simple examples of fine-grained program transformations to demonstrate that Vulcan can indeed further push the 1-minimality of AGRs. By performing these program transformations, a 1-minimal program might become a non-1-minimal one that can be further reduced later. Our extensive evaluations on multilingual benchmarks including C, Rust and SMT-LIBv2 programs strongly demonstrate the effectiveness and generality of Vulcan. Vulcan outperforms the state-of-the-art language-agnostic program reducer Perses in size in all benchmarks: On average, the result of Vulcan contains 33.55%, 21.61%, and 31.34% fewer tokens than that of Perses on C, Rust, and SMT-LIBv2 subjects respectively. Vulcan can produce even smaller results if more reduction time is allocated. Moreover, for the C programs that are reduced by C-Reduce, Vulcan is even able to further minimize them by 10.07%.

Original languageEnglish
Title of host publicationProceedings of the ACM on Programming Languages
EditorsMichael Hicks
Place of PublicationNew York NY USA
PublisherAssociation for Computing Machinery (ACM)
Number of pages29
Volume7
EditionOOPSLA1
DOIs
Publication statusPublished - Oct 2023
Externally publishedYes
EventACM Conference on Object Oriented Programming Systems Languages and Applications 2023 - Cascais, Portugal
Duration: 22 Oct 202327 Oct 2023
https://dl.acm.org/toc/pacmpl/2023/7/OOPSLA1 (Proceedings)
https://2023.splashcon.org/track/splash-2023-oopsla (Website)

Publication series

NameProceedings of the ACM on Programming Languages
PublisherAssociation for Computing Machinery (ACM)
ISSN (Print)2475-1421

Conference

ConferenceACM Conference on Object Oriented Programming Systems Languages and Applications 2023
Abbreviated titleOOPSLA'23
Country/TerritoryPortugal
CityCascais
Period22/10/2327/10/23
Internet address

Keywords

  • Automated Debugging
  • Program Reduction
  • Test Input Minimization

Cite this