MELT
Posted Jan 23, 2010 6:46 UTC (Sat) by
patrick_g (subscriber, #44470)
Parent article:
LCA: Static analysis with GCC plugins
For GCC 4.5 there is also the MELT plugin (Middle End Lisp Translator) from Basile Starynkevitch.
With MELT you can implement optimisations or static analysis passes in a LISP dialect and the plugin generate C code at the end.
The tutorial is very interesting and there is also a how-to write a pass in MELT.
(
Log in to post comments)