Code size
This is a small graph of the current size of the compiler and code generation backend. I only publish it here since I wrote a small bash script to extract the relevant information from git for fun one evening.
What is visualized here is the lines of code in the code generation (labeled Code) and the compiler itself (labeled Storm), as well as the total (labeled Sum). Each of these three parts are divided into three sections: blank, comment, and code. This is as reported by the cloc utility, and should be fairly self-explanatory.