Skip to main content

Showing 1–2 of 2 results for author: Legendre, M

Searching in archive cs. Search in all archives.
.
  1. arXiv:2108.03047  [pdf, other

    cs.HC

    Domain-Centered Support for Layout, Tasks, and Specification for Control Flow Graph Visualization

    Authors: Sabin Devkota, Matthew P. LeGendre, Adam Kunen, Pascal Aschwanden, Katherine E. Isaacs

    Abstract: Computing professionals in areas like compilers, performance analysis, and security often analyze and manipulate control flow graphs (CFGs) in their work. CFGs are directed networks that describe possible orderings of instructions in the execution of a program. Visualizing a CFG is a common activity in develo** or debugging computational approaches that use them. However, general graph drawing l… ▽ More

    Submitted 25 September, 2022; v1 submitted 6 August, 2021; originally announced August 2021.

  2. CcNav: Understanding Compiler Optimizations in Binary Code

    Authors: Sabin Devkota, Pascal Aschwanden, Adam Kunen, Matthew Legendre, Katherine E. Isaacs

    Abstract: Program developers spend significant time on optimizing and tuning programs. During this iterative process, they apply optimizations, analyze the resulting code, and modify the compilation until they are satisfied. Understanding what the compiler did with the code is crucial to this process but is very time-consuming and labor-intensive. Users need to navigate through thousands of lines of binary… ▽ More

    Submitted 7 November, 2020; v1 submitted 2 September, 2020; originally announced September 2020.

    Comments: IEEE VIS VAST 2020

    ACM Class: D.2.5; H.5.2