Bug 972045 - Add a compact representation for call stacks in SpiderMonkey. r=jimb

This commit is contained in:
Nick Fitzgerald
2014-04-24 17:25:00 -04:00
parent 6d33eaa18a
commit e00d1a62da
24 changed files with 1115 additions and 5 deletions

View File

@@ -512,7 +512,8 @@ struct CompartmentStats
macro(Other, NotLiveGCThing, compartmentObject) \
macro(Other, NotLiveGCThing, crossCompartmentWrappersTable) \
macro(Other, NotLiveGCThing, regexpCompartment) \
macro(Other, NotLiveGCThing, debuggeesSet)
macro(Other, NotLiveGCThing, debuggeesSet) \
macro(Other, NotLiveGCThing, savedStacksSet)
CompartmentStats()
: FOR_EACH_SIZE(ZERO_SIZE)