Skip to content

Commit a39d39f

Browse files
committed
Bug 1978645 - Part 3: Remove malloc block cache and nursery trailer tracking r=jseward
Differential Revision: https://phabricator.services.mozilla.com/D265785
1 parent 1884530 commit a39d39f

File tree

11 files changed

+1
-634
lines changed

11 files changed

+1
-634
lines changed

js/public/GCAPI.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@ namespace JS {
656656
D(FULL_CELL_PTR_STR_BUFFER, 28) \
657657
D(TOO_MUCH_JIT_CODE, 29) \
658658
D(FULL_CELL_PTR_BIGINT_BUFFER, 30) \
659-
D(NURSERY_TRAILERS, 31) \
659+
D(UNUSED4, 31) \
660660
D(NURSERY_MALLOC_BUFFERS, 32) \
661661
\
662662
/* \

js/src/ds/PointerAndUint7.h

Lines changed: 0 additions & 125 deletions
This file was deleted.

js/src/gc/GCEnum.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,6 @@ enum class GCAbortReason {
160160
_(XDRBufferElements) \
161161
_(GlobalObjectData) \
162162
_(ProxyExternalValueArray) \
163-
_(WasmTrailerBlock) \
164163
_(GraphLoadingStateRecord)
165164

166165
#define JS_FOR_EACH_MEMORY_USE(_) \

js/src/gc/MallocedBlockCache.cpp

Lines changed: 0 additions & 96 deletions
This file was deleted.

0 commit comments

Comments
 (0)