When debugging the back end of the server compiler, we occasionally need to single-step into code that has been written in the AD file. This takes into generated files like ad_sparc.cpp, but we really want to examine and edit the original code in sparc.ad. What's needed is more and better #line directives in the generated code, and for ADLC itself to accept #line directives.
|