summaryrefslogtreecommitdiffstats
path: root/js/src/jsgc.cpp
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2020-02-20 12:00:26 +0100
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-02-20 12:00:26 +0100
commit59f7a2cdb4f36f017586aa139a7fe8def39e777b (patch)
tree45779e58d11a2e540cb7db858c383d4471ab475b /js/src/jsgc.cpp
parente3d81b698ea104e4b55ee618b931ea1311c04169 (diff)
downloadUXP-59f7a2cdb4f36f017586aa139a7fe8def39e777b.tar
UXP-59f7a2cdb4f36f017586aa139a7fe8def39e777b.tar.gz
UXP-59f7a2cdb4f36f017586aa139a7fe8def39e777b.tar.lz
UXP-59f7a2cdb4f36f017586aa139a7fe8def39e777b.tar.xz
UXP-59f7a2cdb4f36f017586aa139a7fe8def39e777b.zip
Issue #316 - Make the memory GC performance object conditional (WIP)
This was only added for GCubench and likely interfering with building without devtools-server.
Diffstat (limited to 'js/src/jsgc.cpp')
-rw-r--r--js/src/jsgc.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/src/jsgc.cpp b/js/src/jsgc.cpp
index 5a9d732b6..4078ac0a7 100644
--- a/js/src/jsgc.cpp
+++ b/js/src/jsgc.cpp
@@ -6776,6 +6776,7 @@ js::gc::NextCellUniqueId(JSRuntime* rt)
return rt->gc.nextCellUniqueId();
}
+#ifdef MOZ_DEVTOOLS_SERVER
namespace js {
namespace gc {
namespace MemInfo {
@@ -7032,6 +7033,7 @@ AutoEmptyNursery::AutoEmptyNursery(JSRuntime *rt)
} /* namespace gc */
} /* namespace js */
+#endif
#ifdef DEBUG
void