dmd -run speed trends

Witold Baryluk witold.baryluk at gmail.com
Sat Dec 9 11:29:01 UTC 2023


On Friday, 8 December 2023 at 18:38:21 UTC, Kagamin wrote:
> On Thursday, 7 December 2023 at 16:32:32 UTC, Witold Baryluk 
> wrote:
>>   enum data = "mov;btc;cli;xor;afoo";
>>   enum opcodes = toLookupTable(data);
>
> try `auto opcodes = toLookupTable(data);`
>
> Does nim run toLookupTable at compile time?

Yes it runs at compile time in Nim.



More information about the Digitalmars-d mailing list