summaryrefslogtreecommitdiffstats
path: root/js/src/jsgc.cpp
Commit message (Collapse)AuthorAgeLines
* Remove runDebugGC() stubwolfbeast2018-02-03-5/+0
|
* Remove pushZealSelectedObjects() and callerwolfbeast2018-02-03-8/+0
|
* Remove finishMarkingValidation and callerwolfbeast2018-02-03-7/+0
|
* Remove validateIncrementalMarking() and callerwolfbeast2018-02-03-7/+0
|
* Remove computeNonIncrementalMarkingForValidation(lock) and callerwolfbeast2018-02-03-7/+0
|
* Remove AutoStopVerifyingBarriers RAII stub struct no longer in use.wolfbeast2018-02-03-3/+0
|
* Remove hasZealMode(mode) and callerswolfbeast2018-02-03-26/+1
|
* Remove isVerifyPreBarriersEnabled() stub and callerswolfbeast2018-02-03-1/+1
|
* Remove remaining conditional GCZeal code.wolfbeast2018-02-03-594/+1
| | | | | | | | | | | | | | | Creates stubs: jsgc.h/cpp VerifyBarriers() stub MaybeVerifyBarriers() stub GCRuntime::computeNonIncrementalMarkingForValidation() stub GCRuntime::validateIncrementalMarking() stub GCRuntime::finishMarkingValidation() stub GCRuntime::pushZealSelectedObjects() stub bool useZeal? GCRuntime::runDebugGC() stub XPConnect: nsXPCComponents_Utils::SetGCZeal() stub (always NS_OK)
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+7722