--- ./work/firefox-99.0/js/src/gc/Memory.cpp 2022-03-28 20:20:34.000000000 +0100 +++ ./work/firefox-99.0/js/src/gc/Memory.cpp.orig 2022-04-14 11:02:46.060438000 +0100 @@ -442,6 +442,7 @@ return region; #else +#if 0 # ifdef JS_64BIT // Use the scattershot allocator if the address range is large enough. if (UsingScattershotAllocator()) { @@ -453,6 +454,7 @@ return region; } # endif +#endif // Try to allocate the region. If the returned address is aligned, // either we OOMed (region is nullptr) or we're done.