Jan de Mooij 0258a04ca6 Bug 1927395 part 2 - Use a plain HashMap for EphemeronEdgeTable. r=sfink
We used an `OrderedHashMap` because it allows adding entries while iterating, but we
no longer need to support this because we now push entries on the mark stack.

With this change `OrderedHashTable` is only used for JS `Map` and `Set` objects
and it becomes easier to optimize it.

Differential Revision: https://phabricator.services.mozilla.com/D227007
2024-11-09 08:36:03 +00:00
..