Font Size: a A A

Combining static and dynamic data in code visualization

Posted on:2004-07-04Degree:M.ScType:Thesis
University:McGill University (Canada)Candidate:Eng, DavidFull Text:PDF
GTID:2458390011456828Subject:Computer Science
Abstract/Summary:
The task of developing, tuning, and debugging compiler optimizations is a difficult one which can be facilitated by software visualization. There are many characteristics of the code which must be considered when studying the kinds of optimizations which can be performed. These characteristics can include large amounts of data which would be difficult to inspect without the appropriate tools. Both static data collected at compile-time and dynamic runtime data can reveal opportunities for optimization and affect code transformations. In order to expose the behavior of such complex systems, visualizations should include as much information as possible and accommodate the different sources from which this information is acquired.;This thesis presents a visualization framework designed to address these issues. The framework is based on a new, extensible language called JIL which provides a common format for encapsulating intermediate representations and associating them with compile-time and runtime data. We present new contributions which extend existing compiler and profiling frameworks, allowing them to export the intermediate languages, analysis results, and code metadata they collect as JIL documents. Visualization interfaces can then combine the JIL data from separate tools, exposing both static and dynamic characteristics of the underlying code. We present such an interface in the form of a new web-based visualizer, allowing JIL documents to be visualized online in a portable, customizable interface.
Keywords/Search Tags:Data, Visualization, JIL, Code, Static, Dynamic
Related items