Thread overview
[Issue 14976] object file output is unstable/different
Sep 25, 2016
Iain Buclaw
Sep 25, 2016
Iain Buclaw
Feb 12, 2017
Martin Nowak
Feb 12, 2017
ZombineDev
Dec 17, 2022
Iain Buclaw
September 25, 2016
https://issues.dlang.org/show_bug.cgi?id=14976

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |54f9byee3t32@gmail.com

--- Comment #1 from Iain Buclaw <ibuclaw@gdcproject.org> ---
*** Issue 16185 has been marked as a duplicate of this issue. ***

--
September 25, 2016
https://issues.dlang.org/show_bug.cgi?id=14976

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ibuclaw@gdcproject.org

--
February 12, 2017
https://issues.dlang.org/show_bug.cgi?id=14976

--- Comment #2 from Martin Nowak <code@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

--
February 12, 2017
https://issues.dlang.org/show_bug.cgi?id=14976

ZombineDev <petar.p.kirov@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |petar.p.kirov@gmail.com

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=14976

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P3

--