Hey, > in theory the final IL/metadata is rich enough for this, but inlining > (of code and constants) makes deciding which files are out-of-date a > little tricky. Yes, it is rich enough. I was considering doing the incremental compilation by keeping track of this information in an external file. It would only be used during development, and would be tuned to this particular problem. Miguel.