Project 1: Creating a Custom GCC Pass:
Introduction
For Stage 1 of my SPO600 project, I developed a custom pass for the GCC compiler that analyzes compiled code by printing each function's name, counting basic blocks, and displaying the total number of GIMPLE statements in each function. ...
software-portability-and-optimization.hashnode.dev4 min read