Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1871186 - Make simulated alloc failure when marking less frequent…
… r=jandem Something I found when testing the original testcase attached to the bug was that OOM tests involving GC can take a very long time (and sometimes time out) because of the very frequent simulated OOM when pushing things onto the mark stack. I added this originally to improve test coverage here but this may have been over-enthusiastic. The patch changes this to rely on simulated alloc failure whew the mark stack vector is resized and starts this off with a smaller size in debug builds to ensure coverage. Depends on D197911 Differential Revision: https://phabricator.services.mozilla.com/D197912
- Loading branch information