On 10/9/10, Walter Bright <[email protected]> wrote: > I strongly suggest you take a tour through the comments in the source code > of > the dmd optimizer. The global optimizer code is in files starting with 'g'.
I had a look at the sources a few days ago. I find it *awesome* that most of the functionality is fully documented + there's all those nice ASCII tree structure art everywhere (where needed, of course). You can only realize the scale of the size of the compiler once you see the code. But it's pretty readable imo. :p
