summaryrefslogtreecommitdiffstats
path: root/js/src/vm
Commit message (Collapse)AuthorAgeLines
* Generate irregexp character tables with make_unicode.py.wolfbeast2018-03-12-0/+213
|
* Make the proper Windows APIs natively available to our tree.wolfbeast2018-02-19-3/+3
| | | | | Tag #22. This bypasses custom definitions of some functions for things natively available in Windows 7.
* Limit the number of SharedArrayBuffers in normal JS code (not just asm.js).wolfbeast2018-02-09-15/+19
|
* Make XDR decoding more robust.wolfbeast2018-02-08-2/+18
|
* Remove unnecessary InvalidateCompilerOutputsForScript call.wolfbeast2018-02-08-16/+0
|
* Add rematerialized frames to the table on JitActivation after ↵wolfbeast2018-02-08-8/+6
| | | | rematerialization succeeds.
* Remove VerifyBarriers() and MaybeVerifyBarriers() stubs and callers.wolfbeast2018-02-03-10/+0
|
* Remove upcomingZealousGC() and callerwolfbeast2018-02-03-3/+0
|
* Remove hasZealMode(mode) and callerswolfbeast2018-02-03-2/+0
|
* Remove isVerifyPreBarriersEnabled() stub and callerswolfbeast2018-02-03-2/+1
|
* Remove remaining conditional GCZeal code.wolfbeast2018-02-03-3/+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/+154806