David Malcolm
Email: <dmalcolm AT SPAMFREE redhat DOT com>
Things I'm working on
* gcc-python-plugin You may find the diagram of GCC passes useful.
* Rich locations in warnings/errors
- Making use of global variables explicit (to make it easier to then remove them):
- cfun
- input_location
* Compile-time typesafety within GCC
- conversion of gimple to using C++ inheritance
See also scripts for refactoring GCC
Completed projects
* Conversion of GCC passes to C++ classes (introducing context and pass_manager classes)
* Conversion of symtable types to using C++ inheritance
* Addition of dump_manager class (could move more dump-related code into here?)
...