Commit 9fd6d97
committed
Improve sorting in
Currently it sorts by symbol name, which is a mangled name like
`_ZN1a4main17hb29587cdb6db5f42E`, which leads to non-obvious orderings.
This commit changes it to use the existing
`items_in_deterministic_order`, which iterates in source code order.debug_dump.1 parent 0a1cd5b commit 9fd6d97
1 file changed
+1
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
864 | 864 | | |
865 | 865 | | |
866 | 866 | | |
867 | | - | |
868 | | - | |
869 | | - | |
870 | | - | |
871 | | - | |
| 867 | + | |
872 | 868 | | |
873 | 869 | | |
874 | 870 | | |
875 | | - | |
876 | 871 | | |
877 | 872 | | |
878 | 873 | | |
| |||
0 commit comments