Understanding the GCC Passes
As I was responsible for providing the diagnostic output for the Auto Function Multi Versioning for the AFMV Project. I started by studying how other passes in the GCC compiler work.
For this, I created a simple Hello World program in C.
#include <st...
stevenpillay.hashnode.dev5 min read