Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Revert #1091 Remove unboxed object code phase 1 + extras. | wolfbeast | 2020-02-23 | -0/+6 |
| | | | | | | This should be the last code backout for this. merging this branch should get us back to the way we were (+ additional code changes for later changes) as fasr as the unused unboxed code is concerned. | |||
* | Issue #316 - Be more gentle with the CC and nursery. | wolfbeast | 2020-02-20 | -2/+2 |
| | ||||
* | Issue #316 - Make the memory GC performance object conditional (WIP) | wolfbeast | 2020-02-20 | -0/+2 |
| | | | | | This was only added for GCubench and likely interfering with building without devtools-server. | |||
* | Issue #1257 - Part 2: Remove watch/unwatch and JS watchpoint class. | wolfbeast | 2019-10-27 | -14/+0 |
| | ||||
* | Remove unboxed objects from GC | wolfbeast | 2019-05-15 | -6/+0 |
| | ||||
* | Braces and one more typo fix for comment | win7-7 | 2019-04-30 | -2/+3 |
| | ||||
* | Whitespaces, typo, tabs to space | win7-7 | 2019-04-30 | -6/+6 |
| | | | Remove whitespaces, correct comment typo, one more tab to space | |||
* | Remove rest of empty lines. | win7-7 | 2019-04-30 | -3/+1 |
| | ||||
* | Remove some empty lines | win7-7 | 2019-04-30 | -7/+0 |
| | ||||
* | remaining tabs to space js/src/jsgc.cpp | win7-7 | 2019-04-30 | -26/+26 |
| | ||||
* | tab to spaces js/src | win7-7 | 2019-04-30 | -39/+39 |
| | ||||
* | Add newline at end of files js/src | win7-7 | 2019-04-29 | -1/+1 |
| | ||||
* | Improve dead compartment collection js/src | win7-7 | 2019-04-29 | -77/+121 |
| | ||||
* | Fix possible data race while updating scope object during compacting GC. | wolfbeast | 2019-02-07 | -3/+8 |
| | ||||
* | Bug 1465108 - Use function pointers rather than virtual run method for GC ↵ | Jon Coppeard | 2018-06-07 | -12/+13 |
| | | | | parallel tasks r=sfink a=abillings a=RyanVM | |||
* | Fix count of compacting update tasks started. | wolfbeast | 2018-06-07 | -1/+1 |
| | ||||
* | Remove runDebugGC() stub | wolfbeast | 2018-02-03 | -5/+0 |
| | ||||
* | Remove pushZealSelectedObjects() and caller | wolfbeast | 2018-02-03 | -8/+0 |
| | ||||
* | Remove finishMarkingValidation and caller | wolfbeast | 2018-02-03 | -7/+0 |
| | ||||
* | Remove validateIncrementalMarking() and caller | wolfbeast | 2018-02-03 | -7/+0 |
| | ||||
* | Remove computeNonIncrementalMarkingForValidation(lock) and caller | wolfbeast | 2018-02-03 | -7/+0 |
| | ||||
* | Remove AutoStopVerifyingBarriers RAII stub struct no longer in use. | wolfbeast | 2018-02-03 | -3/+0 |
| | ||||
* | Remove hasZealMode(mode) and callers | wolfbeast | 2018-02-03 | -26/+1 |
| | ||||
* | Remove isVerifyPreBarriersEnabled() stub and callers | wolfbeast | 2018-02-03 | -1/+1 |
| | ||||
* | Remove remaining conditional GCZeal code. | wolfbeast | 2018-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.0 | Matt A. Tobin | 2018-02-02 | -0/+7722 |