This repository was archived by the owner on Oct 8, 2024. It is now read-only.
wh5a/gcc-plugin
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
GCC-4.5 and above supports plugins. This project explores this mechanism. Most code is taken from gcc/g++ testsuites. Two real-world examples are dragonegg and melt (Middle End Lisp Translator). References: http://gcc.gnu.org/wiki/plugins http://gcc.gnu.org/onlinedocs/gccint/Plugins.html http://ehren.wordpress.com/2009/11/04/creating-a-gcc-optimization-plugin/