Reggae [was Building C++ modules]

Atila Neves atila.neves at gmail.com
Tue Aug 13 18:06:48 UTC 2019


On Tuesday, 13 August 2019 at 09:13:50 UTC, Jacob Carlborg wrote:
> On 2019-08-12 11:47, Atila Neves wrote:
>
>> [...]
>
> I suggest you look into incremental compilation, if you haven't 
> done that already. I'm not talking about recompiling a whole 
> file and relink. I'm talking incremental lexing, parsing, 
> semantic analyzing and code generation. That is, recompile only 
> those characters that have changed in a source file and what 
> depends on it.

That's basically what I want.



More information about the Digitalmars-d mailing list