LLVM IR influence on compiler debugging

Jacob Carlborg doob at me.com
Sun Jul 8 04:40:56 PDT 2012


On 2012-07-08 06:16, Adam Wilson wrote:

> As to compile speed, is LDC really *THAT* much slower than DMD so as to
> cause C++ style speed issues? I thought one of the whole points of D is
> that it doesn't need the epic numbers of passes and preprocessor that
> C++ does precisely because that's what slows down C++ so much...

No, LDC is still faster than C++ but slower than DMD. It's not the 
frontend that is the problem, it's the backend.

-- 
/Jacob Carlborg




More information about the Digitalmars-d mailing list