# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/nodejs/hotfix-sweeper-inline.patch # Copyright (C) 2026 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- --- node-v26.1.0/deps/v8/src/heap/sweeper.cc.vanilla 2026-05-11 19:38:26.974681577 +0200 +++ node-v26.1.0/deps/v8/src/heap/sweeper.cc 2026-05-11 19:38:47.566000000 +0200 @@ -712,7 +712,7 @@ } namespace { -V8_INLINE bool ComparePagesForSweepingOrder(const NormalPage* a, +bool ComparePagesForSweepingOrder(const NormalPage* a, const NormalPage* b) { // Prioritize pages that can be allocated on. if (a->never_allocate_on_chunk() != b->never_allocate_on_chunk()) {