source:
webkit/trunk/Source/JavaScriptCore/heap@
295779
Name | Size | Rev | Age | Author | Last Change |
---|---|---|---|---|---|
../ | |||||
AbstractSlotVisitor.h | 8.8 KB | 288815 | 3 years | Reland StructureID overhaul … | |
AbstractSlotVisitorInlines.h | 6.3 KB | 292841 | 3 years | GCC 12 -Wdangling-pointer warning spam from … | |
AlignedMemoryAllocator.cpp | 2.4 KB | 261798 | 5 years | Unreviewed, link fix for our internal Debug build * … | |
AlignedMemoryAllocator.h | 2.5 KB | 252452 | 6 years | [JSC] BlockDirectory's bits should be compact … | |
AllocatingScope.h | 1.8 KB | 207653 | 9 years | The tracking of the coarse-grain Heap state (allocating or not, … | |
AllocationFailureMode.h | 1.4 KB | 225314 | 7 years | GC should support isoheaps … | |
Allocator.cpp | 1.5 KB | 261755 | 5 years | [IWYU] Remove unnecessary includes from JSC implementation files … | |
Allocator.h | 2.2 KB | 252452 | 6 years | [JSC] BlockDirectory's bits should be compact … | |
AllocatorForMode.h | 1.5 KB | 225314 | 7 years | GC should support isoheaps … | |
AllocatorInlines.h | 1.6 KB | 252452 | 6 years | [JSC] BlockDirectory's bits should be compact … | |
AtomIndices.h | 1.7 KB | 254023 | 5 years | [JSC] MarkedBlock::Handle and BlockDirectory should be shrunk … | |
BlockDirectory.cpp | 12.3 KB | 277958 | 4 years | Drop CheckedLock / CheckedCondition aliases … | |
BlockDirectory.h | 7.4 KB | 286042 | 3 years | SubSpace constructors should take a const HeapCellType& instead of a … | |
BlockDirectoryBits.h | 8.6 KB | 275490 | 4 years | [JSC] Shrink some of Vectors in JSC … | |
BlockDirectoryInlines.h | 1.9 KB | 252452 | 6 years | [JSC] BlockDirectory's bits should be compact … | |
CellAttributes.cpp | 1.5 KB | 230226 | 7 years | GC shouldn't do object distancing … | |
CellAttributes.h | 1.8 KB | 253443 | 5 years | [JSC] Lock-down JSGlobalObject and derived classes in IsoSubspace … | |
CellContainer.cpp | 1.7 KB | 252302 | 6 years | [JSC] Rename LargeAllocation to PreciseAllocation … | |
CellContainer.h | 3.2 KB | 252302 | 6 years | [JSC] Rename LargeAllocation to PreciseAllocation … | |
CellContainerInlines.h | 3.0 KB | 252302 | 6 years | [JSC] Rename LargeAllocation to PreciseAllocation … | |
CellState.h | 2.5 KB | 250005 | 6 years | Use constexpr instead of const in symbol definitions that are … | |
CodeBlockSet.cpp | 2.7 KB | 277909 | 4 years | Stop using holdLock() in JSC as it is not compatible with Clang thread … | |
CodeBlockSet.h | 2.9 KB | 286347 | 3 years | Move Subspaces from VM to Heap. … | |
CodeBlockSetInlines.h | 2.7 KB | 286347 | 3 years | Move Subspaces from VM to Heap. … | |
CollectingScope.h | 1.7 KB | 212778 | 8 years | The collector thread should only start when the mutator doesn't have … | |
CollectionScope.cpp | 1.8 KB | 207653 | 9 years | The tracking of the coarse-grain Heap state (allocating or not, … | |
CollectionScope.h | 1.6 KB | 240216 | 6 years | [JSC] Shrink data structure size in JSC/heap … | |
CollectorPhase.cpp | 2.5 KB | 212778 | 8 years | The collector thread should only start when the mutator doesn't have … | |
CollectorPhase.h | 3.1 KB | 212778 | 8 years | The collector thread should only start when the mutator doesn't have … | |
CompleteSubspace.cpp | 7.9 KB | 286572 | 3 years | Remove unneeded virtual allocator methods from Subspace. … | |
CompleteSubspace.h | 3.6 KB | 286572 | 3 years | Remove unneeded virtual allocator methods from Subspace. … | |
CompleteSubspaceInlines.h | 1.8 KB | 286572 | 3 years | Remove unneeded virtual allocator methods from Subspace. … | |
ConservativeRoots.cpp | 5.0 KB | 295008 | 3 years | Shrink Structure to 96 Bytes when addresses can be encoded in 36-bits … | |
ConservativeRoots.h | 2.3 KB | 295008 | 3 years | Shrink Structure to 96 Bytes when addresses can be encoded in 36-bits … | |
ConstraintConcurrency.h | 1.9 KB | 225524 | 7 years | GC constraint solving should be parallel … | |
ConstraintParallelism.h | 1.9 KB | 225524 | 7 years | GC constraint solving should be parallel … | |
ConstraintVolatility.h | 2.7 KB | 210844 | 8 years | Make opaque root scanning truly constraint-based … | |
DeferGC.cpp | 1.5 KB | 264688 | 5 years | Simplify DisallowScope, DisallowGC, and DisallowVMReentry … | |
DeferGC.h | 2.7 KB | 285636 | 4 years | Move m_doesGC from Heap to VM. … | |
DeferGCInlines.h | 1.8 KB | 285636 | 4 years | Move m_doesGC from Heap to VM. … | |
DeleteAllCodeEffort.h | 1.5 KB | 209570 | 8 years | PerformanceTests: Concurrent GC should be stable enough to land … | |
DestructionMode.cpp | 1.7 KB | 203621 | 9 years | Teach MarkedSpace how to allocate auxiliary storage … | |
DestructionMode.h | 1.5 KB | 203621 | 9 years | Teach MarkedSpace how to allocate auxiliary storage … | |
EdenGCActivityCallback.cpp | 2.5 KB | 261755 | 5 years | [IWYU] Remove unnecessary includes from JSC implementation files … | |
EdenGCActivityCallback.h | 1.9 KB | 261569 | 5 years | Fix existing usage of final/override/virtual in JSC and WTF … | |
FastMallocAlignedMemoryAllocator.cpp | 2.8 KB | 261755 | 5 years | [IWYU] Remove unnecessary includes from JSC implementation files … | |
FastMallocAlignedMemoryAllocator.h | 2.0 KB | 261567 | 5 years | [clang-tidy] Run modernize-use-override over JSC, then ensure as much … | |
FreeList.cpp | 2.8 KB | 265416 | 5 years | Unreviewed, reverting r263195, r263252, and r265394. … | |
FreeList.h | 3.7 KB | 265416 | 5 years | Unreviewed, reverting r263195, r263252, and r265394. … | |
FreeListInlines.h | 2.5 KB | 265416 | 5 years | Unreviewed, reverting r263195, r263252, and r265394. … | |
FullGCActivityCallback.cpp | 2.9 KB | 292315 | 3 years | Only check isPagedOut() under memory pressure … | |
FullGCActivityCallback.h | 2.0 KB | 261569 | 5 years | Fix existing usage of final/override/virtual in JSC and WTF … | |
GCActivityCallback.cpp | 3.1 KB | 261755 | 5 years | [IWYU] Remove unnecessary includes from JSC implementation files … | |
GCActivityCallback.h | 2.7 KB | 249175 | 6 years | Refactor to use VM& instead of VM* at as many places as possible. … | |
GCAssertions.h | 2.6 KB | 292929 | 3 years | [JSC] Remove VM& parameter from structure related code including … | |
GCConductor.cpp | 2.0 KB | 212778 | 8 years | The collector thread should only start when the mutator doesn't have … | |
GCConductor.h | 1.9 KB | 212778 | 8 years | The collector thread should only start when the mutator doesn't have … | |
GCDeferralContext.h | 1.7 KB | 285636 | 4 years | Move m_doesGC from Heap to VM. … | |
GCDeferralContextInlines.h | 1.7 KB | 285636 | 4 years | Move m_doesGC from Heap to VM. … | |
GCIncomingRefCounted.h | 3.8 KB | 243467 | 6 years | Heap::isMarked and friends should be instance methods … | |
GCIncomingRefCountedInlines.h | 4.0 KB | 262040 | 5 years | Various compile-time boolean flags could/should be marked constexpr … | |
GCIncomingRefCountedSet.h | 1.8 KB | 295703 | 3 years | Unreviewed, revert "The extraMemorySize() get wrong when transferring … | |
GCIncomingRefCountedSetInlines.h | 2.6 KB | 295703 | 3 years | Unreviewed, revert "The extraMemorySize() get wrong when transferring … | |
GCLogging.cpp | 2.2 KB | 261755 | 5 years | [IWYU] Remove unnecessary includes from JSC implementation files … | |
GCLogging.h | 1.8 KB | 206525 | 9 years | Unreviewed, rolling out r206522. Roll r206506 back in since the build … | |
GCMemoryOperations.h | 10.4 KB | 261331 | 5 years | Simplify preprocessor guards in GCMemoryOperations.h … | |
GCRequest.cpp | 2.5 KB | 216218 | 8 years | JSC::Heap should expose a richer API for requesting GCs … | |
GCRequest.h | 1.9 KB | 278340 | 4 years | Remove <wtf/Optional.h> https://bugs.webkit.org/show_bug.cgi?id=226437 … | |
GCSegmentedArray.cpp | 1.5 KB | 261755 | 5 years | [IWYU] Remove unnecessary includes from JSC implementation files … | |
GCSegmentedArray.h | 4.7 KB | 286816 | 3 years | Prepare for transition to C++20 … | |
GCSegmentedArrayInlines.h | 5.9 KB | 274400 | 4 years | GCSegmentedArray's size() and isEmpty() methods should be const. … | |
GCTypeMap.h | 2.0 KB | 207653 | 9 years | The tracking of the coarse-grain Heap state (allocating or not, … | |
GigacageAlignedMemoryAllocator.cpp | 2.9 KB | 253987 | 5 years | Experiment: create lots of different malloc zones for easier … | |
GigacageAlignedMemoryAllocator.h | 2.1 KB | 261567 | 5 years | [clang-tidy] Run modernize-use-override over JSC, then ensure as much … | |
Handle.h | 5.2 KB | 283851 | 4 years | [Build-time perf] Forward-declare more things in Element.h … | |
HandleBlock.h | 2.3 KB | 250005 | 6 years | Use constexpr instead of const in symbol definitions that are … | |
HandleBlockInlines.h | 2.4 KB | 206525 | 9 years | Unreviewed, rolling out r206522. Roll r206506 back in since the build … | |
HandleForward.h | 1.5 KB | 283851 | 4 years | [Build-time perf] Forward-declare more things in Element.h … | |
HandleSet.cpp | 2.9 KB | 295036 | 3 years | [JSC] Make Strong::set cheap … | |
HandleSet.h | 4.7 KB | 295036 | 3 years | [JSC] Make Strong::set cheap … | |
HandleTypes.h | 2.1 KB | 261464 | 5 years | [clang-tidy] Run modernize-use-nullptr over JSC … | |
Heap.cpp | 111.2 KB | 295703 | 3 years | Unreviewed, revert "The extraMemorySize() get wrong when transferring … | |
Heap.h | 47.2 KB | 295703 | 3 years | Unreviewed, revert "The extraMemorySize() get wrong when transferring … | |
HeapAnalyzer.h | 2.2 KB | 273299 | 4 years | Non-unified build fixes late February 2021 edition … | |
HeapCell.cpp | 2.2 KB | 263674 | 5 years | ConservativeRoots should mark any cell it finds an interior pointer to … | |
HeapCell.h | 3.7 KB | 263674 | 5 years | ConservativeRoots should mark any cell it finds an interior pointer to … | |
HeapCellInlines.h | 2.9 KB | 252302 | 6 years | [JSC] Rename LargeAllocation to PreciseAllocation … | |
HeapCellType.cpp | 2.6 KB | 292929 | 3 years | [JSC] Remove VM& parameter from structure related code including … | |
HeapCellType.h | 2.0 KB | 286042 | 3 years | SubSpace constructors should take a const HeapCellType& instead of a … | |
HeapFinalizerCallback.cpp | 1.7 KB | 295680 | 3 years | Enhance RawPointer to take function pointers as well. … | |
HeapFinalizerCallback.h | 2.1 KB | 216689 | 8 years | Offer SPI to notify clients that GC has happened … | |
HeapHelperPool.cpp | 1.9 KB | 236905 | 7 years | Name Heap threads https://bugs.webkit.org/show_bug.cgi?id=190337 … | |
HeapHelperPool.h | 1.4 KB | 206525 | 9 years | Unreviewed, rolling out r206522. Roll r206506 back in since the build … | |
HeapInlines.h | 8.1 KB | 293637 | 3 years | Reduce usage of std::unique_ptr<HashSet> / std::unique_ptr<HashMap> … | |
HeapIterationScope.h | 1.8 KB | 206525 | 9 years | Unreviewed, rolling out r206522. Roll r206506 back in since the build … | |
HeapObserver.h | 1.6 KB | 207653 | 9 years | The tracking of the coarse-grain Heap state (allocating or not, … | |
HeapProfiler.cpp | 2.0 KB | 273299 | 4 years | Non-unified build fixes late February 2021 edition … | |
HeapProfiler.h | 1.9 KB | 248925 | 6 years |
Web Inspector: Implement queryHolders Command Line API …
|
|
HeapSnapshot.cpp | 5.9 KB | 278340 | 4 years | Remove <wtf/Optional.h> https://bugs.webkit.org/show_bug.cgi?id=226437 … | |
HeapSnapshot.h | 2.3 KB | 295008 | 3 years | Shrink Structure to 96 Bytes when addresses can be encoded in 36-bits … | |
HeapSnapshotBuilder.cpp | 20.6 KB | 292929 | 3 years | [JSC] Remove VM& parameter from structure related code including … | |
HeapSnapshotBuilder.h | 5.3 KB | 272797 | 4 years | Move RootMarkReason out of SlotVisitor. … | |
HeapSubspaceTypes.h | 4.3 KB | 290209 | 3 years | [JSC] Implement Temporal.PlainDate … | |
HeapUtil.h | 8.7 KB | 295008 | 3 years | Shrink Structure to 96 Bytes when addresses can be encoded in 36-bits … | |
IncrementalSweeper.cpp | 3.2 KB | 285636 | 4 years | Move m_doesGC from Heap to VM. … | |
IncrementalSweeper.h | 2.0 KB | 261569 | 5 years | Fix existing usage of final/override/virtual in JSC and WTF … | |
IsoAlignedMemoryAllocator.cpp | 2.7 KB | 288815 | 3 years | Reland StructureID overhaul … | |
IsoAlignedMemoryAllocator.h | 2.0 KB | 288815 | 3 years | Reland StructureID overhaul … | |
IsoCellSet.cpp | 4.7 KB | 277909 | 4 years | Stop using holdLock() in JSC as it is not compatible with Clang thread … | |
IsoCellSet.h | 3.6 KB | 292191 | 3 years | [JSC] Remove ExecutableToCodeBlockEdge … | |
IsoCellSetInlines.h | 6.5 KB | 277909 | 4 years | Stop using holdLock() in JSC as it is not compatible with Clang thread … | |
IsoHeapCellType.cpp | 1.9 KB | 286042 | 3 years | SubSpace constructors should take a const HeapCellType& instead of a … | |
IsoHeapCellType.h | 2.3 KB | 286347 | 3 years | Move Subspaces from VM to Heap. … | |
IsoInlinedHeapCellType.h | 1.7 KB | 286347 | 3 years | Move Subspaces from VM to Heap. … | |
IsoInlinedHeapCellTypeInlines.h | 2.1 KB | 286347 | 3 years | Move Subspaces from VM to Heap. … | |
IsoMemoryAllocatorBase.cpp | 3.6 KB | 288815 | 3 years | Reland StructureID overhaul … | |
IsoMemoryAllocatorBase.h | 2.4 KB | 288815 | 3 years | Reland StructureID overhaul … | |
IsoSubspace.cpp | 4.5 KB | 290705 | 3 years | WTF::SentinelLinkedList::iterator should have operator++ for range-for … | |
IsoSubspace.h | 3.7 KB | 293710 | 3 years | [JSC] Introduce shifting Structure encoding … | |
IsoSubspaceInlines.h | 2.5 KB | 293710 | 3 years | [JSC] Introduce shifting Structure encoding … | |
IsoSubspacePerVM.cpp | 3.0 KB | 290129 | 3 years | Split IsoSubspace into a GCClient allocator used by VM and a backend … | |
IsoSubspacePerVM.h | 3.7 KB | 290129 | 3 years | Split IsoSubspace into a GCClient allocator used by VM and a backend … | |
JITStubRoutineSet.cpp | 4.7 KB | 279861 | 4 years | Revert r277027: breaks GC. … | |
JITStubRoutineSet.h | 2.8 KB | 279861 | 4 years | Revert r277027: breaks GC. … | |
LocalAllocator.cpp | 9.2 KB | 290129 | 3 years | Split IsoSubspace into a GCClient allocator used by VM and a backend … | |
LocalAllocator.h | 3.3 KB | 290129 | 3 years | Split IsoSubspace into a GCClient allocator used by VM and a backend … | |
LocalAllocatorInlines.h | 1.8 KB | 285636 | 4 years | Move m_doesGC from Heap to VM. … | |
MachineStackMarker.cpp | 8.8 KB | 289159 | 3 years | Thread suspend and resume should take a global lock to avoid deadlock … | |
MachineStackMarker.h | 2.8 KB | 289159 | 3 years | Thread suspend and resume should take a global lock to avoid deadlock … | |
MarkedBlock.cpp | 17.5 KB | 290129 | 3 years | Split IsoSubspace into a GCClient allocator used by VM and a backend … | |
MarkedBlock.h | 21.8 KB | 288261 | 3 years | Update ARM64EHash https://bugs.webkit.org/show_bug.cgi?id=235192 … | |
MarkedBlockInlines.h | 24.3 KB | 293925 | 3 years | [JSC] Add more information about MarkedBlock assertion … | |
MarkedBlockSet.h | 2.6 KB | 295008 | 3 years | Shrink Structure to 96 Bytes when addresses can be encoded in 36-bits … | |
MarkedSpace.cpp | 19.4 KB | 276324 | 4 years | FullGCActivityCallback should use the percentage of pages uncompressed … | |
MarkedSpace.h | 9.2 KB | 288261 | 3 years | Update ARM64EHash https://bugs.webkit.org/show_bug.cgi?id=235192 … | |
MarkedSpaceInlines.h | 3.1 KB | 252452 | 6 years | [JSC] BlockDirectory's bits should be compact … | |
MarkingConstraint.cpp | 3.8 KB | 277909 | 4 years | Stop using holdLock() in JSC as it is not compatible with Clang thread … | |
MarkingConstraint.h | 3.8 KB | 273138 | 4 years | Implement a GC verifier. … | |
MarkingConstraintExecutorPair.h | 2.2 KB | 273138 | 4 years | Implement a GC verifier. … | |
MarkingConstraintSet.cpp | 6.7 KB | 273138 | 4 years | Implement a GC verifier. … | |
MarkingConstraintSet.h | 3.6 KB | 273138 | 4 years | Implement a GC verifier. … | |
MarkingConstraintSolver.cpp | 9.9 KB | 278253 | 4 years | Remove WTF::Optional synonym for std::optional, using that class … | |
MarkingConstraintSolver.h | 3.5 KB | 278253 | 4 years | Remove WTF::Optional synonym for std::optional, using that class … | |
MarkStack.cpp | 5.3 KB | 261755 | 5 years | [IWYU] Remove unnecessary includes from JSC implementation files … | |
MarkStack.h | 1.7 KB | 211448 | 8 years | The mutator should be able to perform increments of GC work … | |
MarkStackMergingConstraint.cpp | 3.2 KB | 273138 | 4 years | Implement a GC verifier. … | |
MarkStackMergingConstraint.h | 2.0 KB | 273138 | 4 years | Implement a GC verifier. … | |
MutatorScheduler.cpp | 1.9 KB | 211069 | 8 years | Land the stochastic space-time scheduler disabled … | |
MutatorScheduler.h | 2.7 KB | 211069 | 8 years | Land the stochastic space-time scheduler disabled … | |
MutatorState.cpp | 1.9 KB | 253423 | 5 years | [JSC] IsoHeapCellType should have destroy function member instead of … | |
MutatorState.h | 1.8 KB | 290129 | 3 years | Split IsoSubspace into a GCClient allocator used by VM and a backend … | |
PackedCellPtr.h | 1.7 KB | 252298 | 6 years | [JSC] Make IsoSubspace scalable … | |
ParallelSourceAdapter.h | 2.6 KB | 277909 | 4 years | Stop using holdLock() in JSC as it is not compatible with Clang thread … | |
PreciseAllocation.cpp | 11.1 KB | 288815 | 3 years | Reland StructureID overhaul … | |
PreciseAllocation.h | 6.5 KB | 288815 | 3 years | Reland StructureID overhaul … | |
PreventCollectionScope.h | 1.6 KB | 209570 | 8 years | PerformanceTests: Concurrent GC should be stable enough to land … | |
RegisterState.h | 5.4 KB | 265692 | 5 years |
[ARMv7][JSC] Conservative GC is not considering r7 as a root …
|
|
ReleaseHeapAccessScope.h | 2.8 KB | 279677 | 4 years | fitcored crashes at JavaScriptCore: JSC::Heap::releaseAccessSlow … | |
RootMarkReason.cpp | 1.9 KB | 291849 | 3 years | Non-unified build fixes, late March 2022 edition … | |
RootMarkReason.h | 2.2 KB | 291849 | 3 years | Non-unified build fixes, late March 2022 edition … | |
RunningScope.h | 1.7 KB | 212778 | 8 years | The collector thread should only start when the mutator doesn't have … | |
SimpleMarkingConstraint.cpp | 2.2 KB | 273138 | 4 years | Implement a GC verifier. … | |
SimpleMarkingConstraint.h | 2.7 KB | 273138 | 4 years | Implement a GC verifier. … | |
SlotVisitor.cpp | 26.4 KB | 292929 | 3 years | [JSC] Remove VM& parameter from structure related code including … | |
SlotVisitor.h | 9.1 KB | 288815 | 3 years | Reland StructureID overhaul … | |
SlotVisitorInlines.h | 5.8 KB | 288815 | 3 years | Reland StructureID overhaul … | |
SlotVisitorMacros.h | 5.2 KB | 274601 | 4 years | Enhance --verboseVerifyGC=true to make it easier to debug GC verifier … | |
SpaceTimeMutatorScheduler.cpp | 6.9 KB | 211448 | 8 years | The mutator should be able to perform increments of GC work … | |
SpaceTimeMutatorScheduler.h | 3.0 KB | 261567 | 5 years | [clang-tidy] Run modernize-use-override over JSC, then ensure as much … | |
StochasticSpaceTimeMutatorScheduler.cpp | 7.3 KB | 254714 | 5 years | Use dataLogIf more regularly … | |
StochasticSpaceTimeMutatorScheduler.h | 3.1 KB | 261567 | 5 years | [clang-tidy] Run modernize-use-override over JSC, then ensure as much … | |
StopIfNecessaryTimer.cpp | 1.8 KB | 261895 | 5 years | REGRESSION(r261755): Win/Linux non-unified builds have hundreds of … | |
StopIfNecessaryTimer.h | 1.6 KB | 261569 | 5 years | Fix existing usage of final/override/virtual in JSC and WTF … | |
Strong.h | 4.7 KB | 295036 | 3 years | [JSC] Make Strong::set cheap … | |
StrongForward.h | 1.5 KB | 283851 | 4 years | [Build-time perf] Forward-declare more things in Element.h … | |
StrongInlines.h | 2.1 KB | 252263 | 6 years | Make DeferredPromise behave nicely with regards to the back/forward … | |
StructureAlignedMemoryAllocator.cpp | 6.8 KB | 294177 | 3 years | Non-unified build broken in debug mode … | |
StructureAlignedMemoryAllocator.h | 2.1 KB | 288815 | 3 years | Reland StructureID overhaul … | |
Subspace.cpp | 4.2 KB | 286042 | 3 years | SubSpace constructors should take a const HeapCellType& instead of a … | |
Subspace.h | 4.6 KB | 286572 | 3 years | Remove unneeded virtual allocator methods from Subspace. … | |
SubspaceInlines.h | 5.3 KB | 290705 | 3 years | WTF::SentinelLinkedList::iterator should have operator++ for range-for … | |
SweepingScope.h | 1.7 KB | 212778 | 8 years | The collector thread should only start when the mutator doesn't have … | |
Synchronousness.cpp | 1.7 KB | 253423 | 5 years | [JSC] IsoHeapCellType should have destroy function member instead of … | |
Synchronousness.h | 1.5 KB | 216218 | 8 years | JSC::Heap should expose a richer API for requesting GCs … | |
SynchronousStopTheWorldMutatorScheduler.cpp | 2.2 KB | 210521 | 8 years | Make the collector's fixpoint smart about scheduling work … | |
SynchronousStopTheWorldMutatorScheduler.h | 2.3 KB | 261567 | 5 years | [clang-tidy] Run modernize-use-override over JSC, then ensure as much … | |
TinyBloomFilter.h | 2.3 KB | 295008 | 3 years | Shrink Structure to 96 Bytes when addresses can be encoded in 36-bits … | |
VerifierSlotVisitor.cpp | 12.9 KB | 292929 | 3 years | [JSC] Remove VM& parameter from structure related code including … | |
VerifierSlotVisitor.h | 6.2 KB | 274601 | 4 years | Enhance --verboseVerifyGC=true to make it easier to debug GC verifier … | |
VerifierSlotVisitorInlines.h | 2.3 KB | 273138 | 4 years | Implement a GC verifier. … | |
VisitCounter.h | 1.9 KB | 273138 | 4 years | Implement a GC verifier. … | |
VisitRaceKey.cpp | 1.6 KB | 262786 | 5 years | [JSC] Shrink DATA,(data,bss,common) more … | |
VisitRaceKey.h | 3.2 KB | 264488 | 5 years | [WTF] Remove the unnecessary inner class DefaultHash<T>::Hash … | |
Weak.cpp | 1.5 KB | 289515 | 3 years | Use local variable pointer for concurrently load value … | |
Weak.h | 3.6 KB | 289515 | 3 years | Use local variable pointer for concurrently load value … | |
WeakBlock.cpp | 5.9 KB | 274601 | 4 years | Enhance --verboseVerifyGC=true to make it easier to debug GC verifier … | |
WeakBlock.h | 4.6 KB | 273138 | 4 years | Implement a GC verifier. … | |
WeakHandleOwner.cpp | 1.7 KB | 273138 | 4 years | Implement a GC verifier. … | |
WeakHandleOwner.h | 1.8 KB | 273138 | 4 years | Implement a GC verifier. … | |
WeakImpl.h | 3.3 KB | 261464 | 5 years | [clang-tidy] Run modernize-use-nullptr over JSC … | |
WeakInlines.h | 4.8 KB | 289515 | 3 years | Use local variable pointer for concurrently load value … | |
WeakSet.cpp | 3.9 KB | 273138 | 4 years | Implement a GC verifier. … | |
WeakSet.h | 3.8 KB | 294017 | 3 years | Add optional Integrity checks at JSC API boundaries. … | |
WeakSetInlines.h | 2.3 KB | 252298 | 6 years | [JSC] Make IsoSubspace scalable … | |
WriteBarrierSupport.cpp | 2.4 KB | 261755 | 5 years | [IWYU] Remove unnecessary includes from JSC implementation files … | |
WriteBarrierSupport.h | 3.7 KB | 230092 | 7 years | Remove WTF_EXPORTDATA and JS_EXPORTDATA … |
Note:
See TracBrowser
for help on using the repository browser.