Tracy Profiler Integration

Per Nordlöw per.nordlow at gmail.com
Tue Aug 4 20:54:01 UTC 2020


On Tuesday, 4 August 2020 at 16:11:38 UTC, Stefan Koch wrote:
> It's not quite that AST insertion is slow. It's the fact that 
> you
> have to do semantic processing piece by piece, which is 
> expensive.

Can you elaborate a bit on this statement? Is this problem 
specific to `dmd`'s non-lazy implementation of semantic analysis, 
D or templated statically typed languages in general?

Further is this problem related to the frontend only?

> If you have completely semantically processed nodes, linking 
> them into the tree is quite painless.

What do you mean by "semantically processed nodes"?


More information about the Digitalmars-d mailing list