Semantic patch inference

  • Authors:
  • Jesper Andersen;Anh Cuong Nguyen;David Lo;Julia L. Lawall;Siau-Cheng Khoo

  • Affiliations:
  • University of Copenhagen, Denmark;National University of Singapore, Singapore;Singapore Management University, Singapore;INRIA, France;National University of Singapore, Singapore

  • Venue:
  • Proceedings of the 27th IEEE/ACM International Conference on Automated Software Engineering
  • Year:
  • 2012

Quantified Score

Hi-index 0.00

Visualization

Abstract

We propose a tool for inferring transformation specifications from a few examples of original and updated code. These transformation specifications may contain multiple code fragments from within a single function, all of which must be present for the transformation to apply. This makes the inferred transformations context sensitive. Our algorithm is based on depth-first search, with pruning. Because it is applied locally to a collection of functions that contain related changes, it is efficient in practice. We illustrate the approach on an example drawn from recent changes to the Linux kernel.