jonathanvdc / Flame

A compiler framework for managed code.
https://jonathanvdc.github.io/Flame
GNU General Public License v3.0
52 stars 4 forks source link

Apply better-cecil's improvements to master #7

Closed jonathanvdc closed 9 years ago

jonathanvdc commented 9 years ago

Recompiling Flame with master takes approximately 7.5 seconds on my machine. better-cecil does a better job, as it takes only about 4.8 seconds to compile the same project. In addition, better-cecil reduces memory consumption drastically. Compiling Flame.DSharp takes over 450MB with master on my machine, whereas better-cecil can complete the same task with under 150MB.