source:
webkit/trunk/Source/JavaScriptCore/heap@
161650
Name | Size | Rev | Age | Author | Last Change |
---|---|---|---|---|---|
../ | |||||
BlockAllocator.cpp | 5.8 KB | 161173 | 11 years | Unreviewed, rolling out r161157, r161158, r161160, r161161, r161163, … | |
BlockAllocator.h | 8.6 KB | 161173 | 11 years | Unreviewed, rolling out r161157, r161158, r161160, r161161, r161163, … | |
CodeBlockSet.cpp | 4.1 KB | 161615 | 11 years | Marking should be generational … | |
CodeBlockSet.h | 3.1 KB | 161615 | 11 years | Marking should be generational … | |
ConservativeRoots.cpp | 4.6 KB | 155711 | 12 years | fourthTier: Change JSStack to grow from high to low addresses … | |
ConservativeRoots.h | 2.5 KB | 154986 | 12 years | CodeBlock::jettison() should be implicit … | |
CopiedAllocator.h | 5.0 KB | 122768 | 13 years | DFG PutById transition should handle storage allocation, and inline it … | |
CopiedBlock.h | 6.3 KB | 155487 | 12 years | MapData has some issues https://bugs.webkit.org/show_bug.cgi?id=121118 … | |
CopiedBlockInlines.h | 2.0 KB | 161615 | 11 years | Marking should be generational … | |
CopiedSpace.cpp | 9.8 KB | 161615 | 11 years | Marking should be generational … | |
CopiedSpace.h | 3.9 KB | 161615 | 11 years | Marking should be generational … | |
CopiedSpaceInlines.h | 5.5 KB | 158583 | 12 years | JSArrayBufferViews of length 0 allocate 0 CopiedSpace bytes, which is … | |
CopyToken.h | 1.5 KB | 154861 | 12 years | Implement ES6 Map object … | |
CopyVisitor.cpp | 2.4 KB | 153720 | 12 years | Copied space should be able to handle more than one copied backing … | |
CopyVisitor.h | 2.1 KB | 153720 | 12 years | Copied space should be able to handle more than one copied backing … | |
CopyVisitorInlines.h | 3.4 KB | 155487 | 12 years | MapData has some issues https://bugs.webkit.org/show_bug.cgi?id=121118 … | |
CopyWorkList.h | 5.3 KB | 153720 | 12 years | Copied space should be able to handle more than one copied backing … | |
CopyWriteBarrier.h | 2.5 KB | 161230 | 11 years | Storing new CopiedSpace memory into a JSObject should fire a write … | |
DeferGC.cpp | 1.5 KB | 157542 | 12 years | Build fix. Forgot to svn add DeferGC.cpp * heap/DeferGC.cpp: Added. | |
DeferGC.h | 2.7 KB | 158282 | 12 years | [Win] Compile errors when enabling DFG JIT. … | |
DelayedReleaseScope.h | 2.8 KB | 159508 | 12 years | IncrementalSweeper needs to use DelayedReleaseScope too … | |
GCAssertions.h | 2.7 KB | 155143 | 12 years | GCAssertions.h should use STL type traits and static_assert … | |
GCIncomingRefCounted.h | 3.9 KB | 154127 | 12 years | Typed arrays should be rewritten … | |
GCIncomingRefCountedInlines.h | 4.1 KB | 154127 | 12 years | Typed arrays should be rewritten … | |
GCIncomingRefCountedSet.h | 2.0 KB | 154127 | 12 years | Typed arrays should be rewritten … | |
GCIncomingRefCountedSetInlines.h | 2.9 KB | 154127 | 12 years | Typed arrays should be rewritten … | |
GCThread.cpp | 5.1 KB | 140594 | 12 years | Replace ASSERT_NOT_REACHED with RELEASE_ASSERT_NOT_REACHED in JSC … | |
GCThread.h | 2.1 KB | 131215 | 13 years | Build fix after r131213 Removed an unused variable that was making … | |
GCThreadSharedData.cpp | 6.2 KB | 155317 | 12 years | Calculating the size of the Heap should not require walking over it … | |
GCThreadSharedData.h | 3.5 KB | 155317 | 12 years | Calculating the size of the Heap should not require walking over it … | |
Handle.h | 5.3 KB | 142966 | 12 years | Merged the global function cache into the source code cache … | |
HandleBlock.h | 2.2 KB | 146734 | 12 years | HandleSet should use HeapBlocks for storing handles … | |
HandleBlockInlines.h | 2.4 KB | 152225 | 12 years | Fix cast-align warnings in JavaScriptCore/heap/HandleBlockInlines.h … | |
HandleSet.cpp | 3.7 KB | 148696 | 12 years | Renamed JSGlobalData to VM … | |
HandleSet.h | 5.1 KB | 148696 | 12 years | Renamed JSGlobalData to VM … | |
HandleStack.cpp | 2.1 KB | 143147 | 12 years | Move all Structure out-of-line inline methods to StructureInlines.h … | |
HandleStack.h | 3.3 KB | 149980 | 12 years | Stop including UnusedParam.h … | |
HandleTypes.h | 2.2 KB | 140718 | 12 years | Objective-C API: Rename JSValue.h/APIJSValue.h to … | |
Heap.cpp | 30.9 KB | 161615 | 11 years | Marking should be generational … | |
Heap.h | 17.5 KB | 161615 | 11 years | Marking should be generational … | |
HeapBlock.h | 2.2 KB | 143354 | 12 years | HeapBlock::destroy should issue warning if result is unused … | |
HeapIterationScope.h | 1.9 KB | 155891 | 12 years | MarkedBlocks shouldn't be put in Allocated state if they didn't … | |
HeapOperation.h | 1.5 KB | 161615 | 11 years | Marking should be generational … | |
HeapRootVisitor.h | 2.7 KB | 133995 | 13 years | Renamed ...InlineMethods.h files to ...Inlines.h. … | |
HeapStatistics.cpp | 7.3 KB | 155891 | 12 years | MarkedBlocks shouldn't be put in Allocated state if they didn't … | |
HeapStatistics.h | 2.1 KB | 147857 | 12 years | Removed v8 bindings hooks from IDL files … | |
HeapTimer.cpp | 3.9 KB | 161650 | 11 years | Removed Blackberry #ifdefs and platform code from JavaScriptCore … | |
HeapTimer.h | 2.3 KB | 161650 | 11 years | Removed Blackberry #ifdefs and platform code from JavaScriptCore … | |
IncrementalSweeper.cpp | 4.0 KB | 161650 | 11 years | Removed Blackberry #ifdefs and platform code from JavaScriptCore … | |
IncrementalSweeper.h | 2.1 KB | 161650 | 11 years | Removed Blackberry #ifdefs and platform code from JavaScriptCore … | |
JITStubRoutineSet.cpp | 4.1 KB | 130612 | 13 years | Rename first/second to key/value in HashMap iterators … | |
JITStubRoutineSet.h | 2.9 KB | 155251 | 12 years | Get rid of FastAllocBase.h … | |
ListableHandler.h | 2.7 KB | 126354 | 13 years | Separate MarkStackThreadSharedData from MarkStack … | |
Local.h | 4.2 KB | 157653 | 12 years | Remove spaces between template angle brackets … | |
LocalScope.h | 2.4 KB | 148696 | 12 years | Renamed JSGlobalData to VM … | |
MachineStackMarker.cpp | 14.4 KB | 157474 | 12 years | [iOS] Upstream JavaScriptCore support for ARM64 … | |
MachineStackMarker.h | 2.0 KB | 157654 | 12 years | [iOS] Upstream WebSafe{GCActivityCallback, IncrementalSweeper}IOS … | |
MarkedAllocator.cpp | 5.5 KB | 161615 | 11 years | Marking should be generational … | |
MarkedAllocator.h | 3.4 KB | 161615 | 11 years | Marking should be generational … | |
MarkedBlock.cpp | 8.5 KB | 161615 | 11 years | Marking should be generational … | |
MarkedBlock.h | 14.4 KB | 161615 | 11 years | Marking should be generational … | |
MarkedBlockSet.h | 2.6 KB | 95901 | 14 years | Set eol-style to native on many source files where it was unset. | |
MarkedSpace.cpp | 10.8 KB | 161615 | 11 years | Marking should be generational … | |
MarkedSpace.h | 9.5 KB | 161615 | 11 years | Marking should be generational … | |
MarkStack.cpp | 6.8 KB | 161615 | 11 years | Marking should be generational … | |
MarkStack.h | 4.0 KB | 161615 | 11 years | Marking should be generational … | |
MarkStackInlines.h | 3.2 KB | 140195 | 12 years | r134080 causes heap problem on linux systems where PAGESIZE != 4096 … | |
RecursiveAllocationScope.h | 2.2 KB | 160377 | 11 years | ASSERT !heap.vm()->isInitializingObject() when finishing DFG … | |
Region.h | 9.5 KB | 157474 | 12 years | [iOS] Upstream JavaScriptCore support for ARM64 … | |
SlotVisitor.cpp | 11.1 KB | 161615 | 11 years | Marking should be generational … | |
SlotVisitor.h | 5.2 KB | 161615 | 11 years | Marking should be generational … | |
SlotVisitorInlines.h | 7.1 KB | 161615 | 11 years | Marking should be generational … | |
Strong.h | 4.5 KB | 157653 | 12 years | Remove spaces between template angle brackets … | |
StrongInlines.h | 1.9 KB | 148696 | 12 years | Renamed JSGlobalData to VM … | |
SuperRegion.cpp | 2.8 KB | 149183 | 12 years | REGRESSION(r149165): It made many tests crash on 32 bit … | |
SuperRegion.h | 2.0 KB | 157044 | 12 years | Add OVERRIDE and virtual where appropriate … | |
TinyBloomFilter.h | 2.0 KB | 105442 | 13 years | Implement a new allocator for backing stores … | |
UnconditionalFinalizer.h | 1.8 KB | 99898 | 14 years | DFG should not reparse code that was just parsed … | |
Weak.cpp | 1.5 KB | 148479 | 12 years | ScriptWrappable subclasses shouldn't have to include WeakInlines.h … | |
Weak.h | 2.7 KB | 156487 | 12 years | Stop using PassWeak https://bugs.webkit.org/show_bug.cgi?id=121968 … | |
WeakBlock.cpp | 4.2 KB | 139541 | 12 years | The JITThunks class should be in its own file, and doing so should not … | |
WeakBlock.h | 4.0 KB | 143909 | 12 years | [BlackBerry][ARM] Fix cast-align warnings in JavaScriptCore … | |
WeakHandleOwner.cpp | 1.7 KB | 113141 | 13 years | First step toward incremental Weak<T> finalization … | |
WeakHandleOwner.h | 1.7 KB | 113141 | 13 years | First step toward incremental Weak<T> finalization … | |
WeakImpl.h | 3.2 KB | 143909 | 12 years | [BlackBerry][ARM] Fix cast-align warnings in JavaScriptCore … | |
WeakInlines.h | 5.1 KB | 156489 | 12 years | Remove PassWeak.h https://bugs.webkit.org/show_bug.cgi?id=121971 … | |
WeakReferenceHarvester.h | 1.3 KB | 99898 | 14 years | DFG should not reparse code that was just parsed … | |
WeakSet.cpp | 2.8 KB | 148696 | 12 years | Renamed JSGlobalData to VM … | |
WeakSet.h | 3.5 KB | 156794 | 12 years | The LLInt should not use JITStackFrame … | |
WeakSetInlines.h | 2.3 KB | 148479 | 12 years | ScriptWrappable subclasses shouldn't have to include WeakInlines.h … | |
WriteBarrierBuffer.cpp | 2.2 KB | 160796 | 11 years | DFG should have a separate StoreBarrier node … | |
WriteBarrierBuffer.h | 2.2 KB | 160796 | 11 years | DFG should have a separate StoreBarrier node … | |
WriteBarrierSupport.cpp | 2.4 KB | 95901 | 14 years | Set eol-style to native on many source files where it was unset. | |
WriteBarrierSupport.h | 3.8 KB | 104900 | 13 years | JavaScriptCore: Mark all exported symbols in the header file … |
Note:
See TracBrowser
for help on using the repository browser.