I need to write a GCC extension, I am trying to use the GCC Plugins API that is fournished with GCC, but it is poorly documented, and very difficult to use, I can't find any example using the last version of it ...
I read that there are many other ways to create a gcc extension such as GCC Melt, and GCC python plugins, can anyone tell me the benefits/drawbacks of each of them, is there any major difference between the 3 ways of creating plugins ?