pl0stuff an optimizing pl0 > c transcompiler
Stefan Koch via Digitalmars-d-announce
digitalmars-d-announce at puremagic.com
Fri May 20 11:09:12 PDT 2016
On Friday, 20 May 2016 at 18:04:55 UTC, Stefan Koch wrote:
> Therefore you can transcompile code at compileTime at call PL/0
> functions as there were naively implemented in D.
>
If you do want to call functions from D.
You cannot use the optimizer.
As it does _very_ aggressive inlineing and will fold all used
functions into main.
More information about the Digitalmars-d-announce
mailing list