DCT: D compiler as a collection of libraries

Roman D. Boiko rb at d-coding.com
Fri May 11 03:40:41 PDT 2012


On Friday, 11 May 2012 at 10:01:17 UTC, dennis luehring wrote:
> Am 11.05.2012 11:33, schrieb Roman D. Boiko:
>>> -very fast in parsing/lexing - there need to be a benchmark
>>> enviroment from the very start
>> Will add that to May roadmap.
>
> are using slices for prevent coping everything around?
>
> the parser/lexer need to be as fast as the original one - maybe 
> even faster - else it won't replace walters at any time - 
> because speed does matter here very much

I tried optimizing code when it didn't complicate design. And 
more optimizations will be added later.

It would be interesting to have benchmarks for comparing 
performance, but I don't plan to branch and edit DMD front end to 
prepare it for benchmarking (any time soon).


More information about the Digitalmars-d-announce mailing list