AST files instead of DI interface files for faster compilation and easier distribution

Kagamin spam at here.lot
Wed Jun 13 04:29:36 PDT 2012


The measurements should be done for modules being imported, not 
the module being compiled.
Something like this.
---
import std.algorithm;
import std.stdio;
import std.typecons;
import std.datetime;

int ok;
---


More information about the Digitalmars-d mailing list