https://issues.dlang.org/show_bug.cgi?id=17038

--- Comment #1 from Remi Thebault <remi.theba...@gmail.com> ---
In addition, it should be supported to store the table for both 32 bits and 64
bits.

Currently the Trie.store method outputs D code for the running architecture
only.
64 bits code output cannot compile in 32 bits.
32 bits code output will compile in 64 bits, but will likely give false
results.

And what about endianness?

--

Reply via email to