summaryrefslogtreecommitdiffstats
path: root/js/src/jsapi.cpp
Commit message (Collapse)AuthorAgeLines
* Remove remaining conditional GCZeal code.wolfbeast2018-02-03-20/+0
| | | | | | | | | | | | | | | 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)
* Implement configuration pref for Generational Garbage Collection.wolfbeast2018-02-02-0/+11
| | | | | Pref: javascript.options.mem.gc_generational This resolves #20
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+6867