gccint: Plugins

1 
1 24 Plugins
1 **********
1 
1 GCC plugins are loadable modules that provide extra features to the
1 compiler.  Like GCC itself they can be distributed in source and binary
1 forms.
1 
1  GCC plugins provide developers with a rich subset of the GCC API to
1 allow them to extend GCC as they see fit.  Whether it is writing an
1 additional optimization pass, transforming code, or analyzing
1 information, plugins can be quite useful.
1 

Menu