Initialising Context Pointer during Semantic Analysis

Iain Buclaw ibuclaw at gdcproject.org
Sat Nov 26 14:40:05 UTC 2022


On Saturday, 26 November 2022 at 11:17:45 UTC, Johan wrote:
>
> Why not extend the information attached to a NewExpression node?
> AST rewriting makes it much harder (or impossible) to generate 
> good user diagnostics and debug information.
>

This.

We also lose optimization opportunities with every early lowering 
(LDC gc2stack, GDC call/argument/return flags, assume hints, etc)


More information about the Digitalmars-d mailing list