summaryrefslogtreecommitdiffstats
path: root/js/src/jsgc.h
Commit message (Collapse)AuthorAgeLines
* Braces and one more typo fix for commentwin7-72019-04-30-1/+2
|
* Whitespaces, typo, tabs to spacewin7-72019-04-30-1/+1
| | | Remove whitespaces, correct comment typo, one more tab to space
* tab to spaces js/srcwin7-72019-04-30-5/+5
|
* Add newline at end of files js/srcwin7-72019-04-29-1/+1
|
* Space to comment.win7-72019-04-29-0/+1
|
* Improve dead compartment collection js/srcwin7-72019-04-29-4/+9
|
* Bug 1465108 - Use function pointers rather than virtual run method for GC ↵Jon Coppeard2018-06-07-7/+44
| | | | parallel tasks r=sfink a=abillings a=RyanVM
* Remove VerifyBarriers() and MaybeVerifyBarriers() stubs and callers.wolfbeast2018-02-03-10/+0
|
* Remove remaining conditional GCZeal code.wolfbeast2018-02-03-15/+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)
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+1495