[Issue 14976] object file output is unstable/different
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Sun Feb 12 06:48:35 PST 2017
https://issues.dlang.org/show_bug.cgi?id=14976
--- Comment #2 from Martin Nowak <code at dawg.eu> ---
A common solution in other compilers (clang) is to use an ordered hash table,
consisting of a hash table for O(1) access and an array for ordered processing.
Would be a good fit here as well.
http://llvm.org/docs/doxygen/html/classllvm_1_1MapVector.html
--
More information about the Digitalmars-d-bugs
mailing list