Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[JSC] Add tests ensuring that extraMemorySize is monotonically increa…
…sing until full-collection happens https://bugs.webkit.org/show_bug.cgi?id=241832 rdar://95384643 Reviewed by Mark Lam. This patch adds tests ensuring that extraMemorySize is monotonically increasing until full-collection happens. If this assumption is broken, GC scheduling can be confused. And we crash with existing assertions. * JSTests/stress/array-buffer-transfer-should-not-reduce-extra-memory-size.js: Added. Canonical link: https://commits.webkit.org/251715@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@295710 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information