Citation
Estévez Martín, Daniel
(2017).
Independent object code generator and visualiser.
Proyecto Fin de Carrera / Trabajo Fin de Grado, E.T.S. de Ingenieros Informáticos (UPM), Tesalia, Grecia.
Abstract
El proyecto "Independent Object Code Generator and Visualiser" (IOCGV) es un programa que toma como entrada un código intermedio, crea un grafo de árbol intermedio y aplica la técnica de optimización de la paralelización dando así lugar a un código equivalente pero estructurado en bloques de código independientes. Finalmente crea un archivo *.svg que contiene el grafo final con los bloques de código independientes.---ABSTRACT---The project “Independent Object Code Generator and Visualiser” (IOCGV) is a program that takes as input an intermediate object code, creates an intermediate tree graph and applying the optimisation technique of parallelisation generates an equivalent code but structured by independent blocks. It generates a graph that represents the generated independent blocks of code. And finally it creates a *.svg file with such graph.