New! Sign up for our free email newsletter.
Science News
from research organizations

Software 'Chipper' Speeds Debugging

Date:
October 4, 2007
Source:
University of California, Davis
Summary:
Computer scientists have developed a technique to speed up program debugging by automatically 'chipping' the software into smaller pieces so that bugs can be isolated more easily. The "Chipper" tools chip off pieces of software while preserving the program structure.
Share:
FULL STORY

Computer scientists at UC Davis have developed a technique to speed up program debugging by automatically "chipping" the software into smaller pieces so that bugs can be isolated more easily.

Computer programs consist of thousands, tens or even hundreds of thousands of lines of code. To isolate a bug in the code, programmers often break it into smaller pieces until they can pin down the error in a smaller stretch that is easier to manage. UC Davis graduate student Chad Sterling and Ron Olsson, professor of computer science, set out to automate that process.

"It's really tedious to go through thousands of lines of code," Olsson said.

The "Chipper" tools developed by Sterling and Olsson chip off pieces of software while preserving the program structure.

"The pieces have to work after they are cut down," Olsson said. "You can't just cut in mid-sentence."

In a recent paper in the journal "Software -- Practice and Experience," Olsson and Sterling describe ChipperJ, a version developed for the Java programming language. ChipperJ was able to reduce large programs to 20 to 35 percent of their former size in under an hour.

More information about automated program chipping is available on Olsson's Web site at http://www.cs.ucdavis.edu/~olsson/


Story Source:

Materials provided by University of California, Davis. Note: Content may be edited for style and length.


Cite This Page:

University of California, Davis. "Software 'Chipper' Speeds Debugging." ScienceDaily. ScienceDaily, 4 October 2007. <www.sciencedaily.com/releases/2007/10/071002135536.htm>.
University of California, Davis. (2007, October 4). Software 'Chipper' Speeds Debugging. ScienceDaily. Retrieved April 25, 2024 from www.sciencedaily.com/releases/2007/10/071002135536.htm
University of California, Davis. "Software 'Chipper' Speeds Debugging." ScienceDaily. www.sciencedaily.com/releases/2007/10/071002135536.htm (accessed April 25, 2024).

Explore More

from ScienceDaily

RELATED STORIES