mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 06:43:32 +00:00
e9ea2d8aa9
`std::sort` is not a stable sorting function. To avoid relying on implementation-defined ordering, extend the comparator function to compare the `to` position and the bundle id when ranges start at the same position. Bundles now store an 'id' in non-debug builds too. Each compilation has its own counter that starts at 0 so that we don't need atomic operations to determine the next id. Differential Revision: https://phabricator.services.mozilla.com/D222610 |
||
---|---|---|
.. | ||
examples | ||
loader | ||
public | ||
src | ||
xpconnect | ||
app.mozbuild | ||
ffi.configure | ||
moz.build | ||
moz.configure | ||
sub.configure |