summaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
Diffstat (limited to 'js')
-rw-r--r--js/src/jsgc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/src/jsgc.h b/js/src/jsgc.h
index aa42d474c..8626e3e38 100644
--- a/js/src/jsgc.h
+++ b/js/src/jsgc.h
@@ -354,6 +354,7 @@ struct SortedArenaListSegment
* be treated as an invariant, however, as the free lists may be cleared,
* leaving arenas previously used for allocation partially full. Sorting order
* is restored during sweeping.
+
* Arenas following the cursor should not be full.
*/
class ArenaList {