gecko-dev/js
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
..
examples
loader Bug 1724236 - Rename JSExecutionUtils from JSExecutionContext r=arai 2024-10-30 13:41:47 +00:00
public Backed out 2 changesets (bug 1928412) for causing js::IsProxy crashes. a=backout 2024-11-08 11:44:23 +02:00
src Bug 1927395 part 2 - Use a plain HashMap for EphemeronEdgeTable. r=sfink 2024-11-09 08:36:03 +00:00
xpconnect Bug 1927663 - wasm: Refactor handling of 'disable_huge_memory'. r=bvisness 2024-11-06 17:16:48 +00:00
app.mozbuild
ffi.configure Bug 1776255 - Add the appropriate 'when' to all 'option' that end up calling 'pkg_check_modules' later r=firefox-build-system-reviewers,glandium 2024-05-23 23:55:38 +00:00
moz.build
moz.configure Bug 1918139: Enable perf jitdump integration by default for nightly. r=iain 2024-11-08 03:26:36 +00:00
sub.configure