dmd -run speed trends

Kagamin spam at here.lot
Fri Dec 8 18:38:21 UTC 2023


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? That sucks, but other 
languages have no concept of ctfe at all.

> ldc2 looks similar to dmd.

That will rub many people the wrong way, lol.


More information about the Digitalmars-d mailing list