- 778eab3 2016-04-04 Geoffrey Garen <ggaren@apple.com> by ggaren@apple.com · 9 years ago
- 7970735 Unreviewed, rolling in r199016. https://bugs.webkit.org/show_bug.cgi?id=156140 by ggaren@apple.com · 9 years ago
- 39303e0 JSC should use a shadow stack version of CHICKEN so that debuggers have the option of retrieving tail-deleted frames by fpizlo@apple.com · 9 years ago
- 7df115f 2016-04-04 Geoffrey Garen <ggaren@apple.com> by ggaren@apple.com · 9 years ago
- 5dc2abb CopiedBlock should be 16kB https://bugs.webkit.org/show_bug.cgi?id=156168 by ggaren@apple.com · 9 years ago
- a7cdcdc Fails to build in Linux / PowerPC due to different ucontext_t definition by utatane.tea@gmail.com · 9 years ago
- 4697a6c REGRESSION(r197543): Use-after-free on storage/indexeddb/transaction-abort-private.html by keith_miller@apple.com · 9 years ago
- 5e29b76 Replace all of the various non-working and non-compiling sampling profiler hacks with a single super hack by fpizlo@apple.com · 9 years ago
- 2ad5c1e REGRESSION: ASSERTION FAILED: !m_lastActiveBlock on js/function-apply.html by commit-queue@webkit.org · 9 years ago
- 95ef649 Remove the Baker barrier from JSC https://bugs.webkit.org/show_bug.cgi?id=155479 by fpizlo@apple.com · 9 years ago
- bf74d5c Reduce generated JSON HeapSnapshot size by commit-queue@webkit.org · 9 years ago
- f259e66 WeakBlock::visit() should check for a WeakHandleOwner before consulting mark bits. by akling@apple.com · 9 years ago
- c4c0f56 Heap Snapshot should include different Edge types and data (Property, Index, Variable) by commit-queue@webkit.org · 9 years ago
- 11ff47c Remove "virtual" from all lines that have both "virtual" and "override". by darin@apple.com · 9 years ago
- d38d068 Add ability to generate a Heap Snapshot by commit-queue@webkit.org · 9 years ago
- 2581daf Fix build and implement functions to retrieve registers on FreeBSD by commit-queue@webkit.org · 9 years ago
- edb74c4 Unreviewed, rolling out r196251. https://bugs.webkit.org/show_bug.cgi?id=154078 by commit-queue@webkit.org · 9 years ago
- e89fa7e Visiting a WeakBlock should report bytes visited, since we reported them allocated. by akling@apple.com · 9 years ago
- b549457 Shrink Heap::m_executables after cleaning it. <https://webkit.org/b/153682> by akling@apple.com · 9 years ago
- 0cf8d74 Enable SamplingProfiler on POSIX environment by utatane.tea@gmail.com · 9 years ago
- d3d0c00 JSC Sampling Profiler: Come up with a (program counter => CodeOrigin) mapping by sbarati@apple.com · 9 years ago
- cb143c0 Generalize ResourceUsageData gathering to be used outside of ResourceUsageOverlay by joepeck@webkit.org · 9 years ago
- 51a3235c MarkedSpace should have more precise allocators. by akling@apple.com · 9 years ago
- a4ce86b Implement a sampling profiler https://bugs.webkit.org/show_bug.cgi?id=151713 by sbarati@apple.com · 9 years ago
- 13aae08 Replace WTF::move with WTFMove https://bugs.webkit.org/show_bug.cgi?id=152601 by aestes@apple.com · 9 years ago
- e789f5b Avoid triggering clang's -Wundefined-bool-conversion by mcatanzaro@igalia.com · 9 years ago
- 393366a ResourceUsageOverlay should show GC timers. <https://webkit.org/b/152151> by akling@apple.com · 9 years ago
- 6dac505 [EFL] Remove the unused IncrementalSweeper::m_isTimerFrozen member after r193749 by ossy@webkit.org · 9 years ago
- e27f8b6 [EFL] Remove the flag to check timer state in IncrementalSweeper by ryuan.choi@navercorp.com · 9 years ago
- d769745 CRASH: CodeBlock::setOptimizationThresholdBasedOnCompilationResult + 567 by msaboff@apple.com · 9 years ago
- c8aeb8a [EFL] Implement scheduleTimer and cancelTimer in IncrementalSweeper class by gyuyoung.kim@webkit.org · 9 years ago
- fdd9bf4 [ES6] Implement LLInt/Baseline Support for ES6 Generators and enable this feature by utatane.tea@gmail.com · 9 years ago
- 44c6282 Unreviewed, rolling out r192914. https://bugs.webkit.org/show_bug.cgi?id=151734 by commit-queue@webkit.org · 9 years ago
- d688eaf [ES6] Implement LLInt/Baseline Support for ES6 Generators and enable this feature by utatane.tea@gmail.com · 9 years ago
- 040a988 [GLIB] Implement garbage collector timers by carlosgc@webkit.org · 9 years ago
- f1b1028 Unreviewed, rolling out r192536, r192722, and r192743. by commit-queue@webkit.org · 9 years ago
- c3b0b2b GC timers should carry on gracefully when Heap claims it grew from GC. by akling@apple.com · 9 years ago
- d59478b [JSC] JSPropertyNameEnumerator could be destructorless. by akling@apple.com · 9 years ago
- e80de37 Unreviewed, rolling out r192416 and r192443. by commit-queue@webkit.org · 9 years ago
- f711005 [JSC] JSPropertyNameEnumerator could be destructorless. by akling@apple.com · 9 years ago
- 43fb352 Add a debug overlay with information about web process resource usage. by akling@apple.com · 9 years ago
- ed5fc47 Fix some generational heap growth pathologies by fpizlo@apple.com · 9 years ago
- 847f825 Unreviewed, rolling out r191240. https://bugs.webkit.org/show_bug.cgi?id=150281 by commit-queue@webkit.org · 9 years ago
- 489ecb0 Fix some generational heap growth pathologies by fpizlo@apple.com · 9 years ago
- 1e15838 CopyBarrier must be avoided for slow TypedArrays by fpizlo@apple.com · 9 years ago
- d3b8b37 Web Inspector: Include Garbage Collection Event in Timeline by joepeck@webkit.org · 9 years ago
- 3db6de7 Remove unimplemented methods in CopiedSpace by commit-queue@webkit.org · 9 years ago
- ee3c410 Rename some JSC option names to be more uniform. by mark.lam@apple.com · 9 years ago
- f96c77e Simplify WeakBlock visit and reap phases by commit-queue@webkit.org · 9 years ago
- 8dde06b GC should have a Baker barrier for concurrent copying by fpizlo@apple.com · 9 years ago
- 14c5caf Cleanup Heap.h and some related headers by joepeck@webkit.org · 9 years ago
- ece61e0 VisitedValueCount GC Counter misses parallel SlotVisitors by commit-queue@webkit.org · 9 years ago
- 81def5f 2015-10-09 Geoffrey Garen <ggaren@apple.com> by ggaren@apple.com · 9 years ago
- cef88ec Remove unused RecursiveAllocationScope by commit-queue@webkit.org · 9 years ago
- 893cf14 2015-10-09 Geoffrey Garen <ggaren@apple.com> by ggaren@apple.com · 9 years ago
- f09b013 Unreviewed build fix. Missing forward declaration. by joepeck@webkit.org · 9 years ago
- 8202cf6 Clean up Marked classes https://bugs.webkit.org/show_bug.cgi?id=149853 by joepeck@webkit.org · 9 years ago
- a6ab844 Clean up Copied classes https://bugs.webkit.org/show_bug.cgi?id=149863 by commit-queue@webkit.org · 9 years ago
- 7567c16 Unreviewed, rolling back in r190450 by ggaren@apple.com · 9 years ago
- 9c97f22 Heap::isWriteBarrierEnabled is unused by commit-queue@webkit.org · 9 years ago
- 0263ad3 Unreviewed, rolling out r190589. https://bugs.webkit.org/show_bug.cgi?id=149833 by commit-queue@webkit.org · 9 years ago
- a7a326f Unreviewed, rolling back in r190450 by ggaren@apple.com · 9 years ago
- 3cb36ea Allow an object's marking state to track The Three Colors by fpizlo@apple.com · 9 years ago
- c00601e JSC::SlotVisitor should not be a hot mess by ggaren@apple.com · 9 years ago
- 87dc3e7 Unreviewed, rolling out r190522. https://bugs.webkit.org/show_bug.cgi?id=149787 by commit-queue@webkit.org · 9 years ago
- 0e1e67a Unreviewed, rolling out r190520, some tests assert / crash. by joepeck@webkit.org · 9 years ago
- 0e29f57 Unreviewed, rolling back in r190450 by ggaren@apple.com · 9 years ago
- aee69aa Web Inspector: Include Garbage Collection Event in Timeline by commit-queue@webkit.org · 9 years ago
- ec9fd6c 2015-10-01 Geoffrey Garen <ggaren@apple.com> by ggaren@apple.com · 9 years ago
- 7289fba CodeBlock should be a GC object https://bugs.webkit.org/show_bug.cgi?id=149727 by ggaren@apple.com · 9 years ago
- 5177507 Unreviewed, rolling out r190324. https://bugs.webkit.org/show_bug.cgi?id=149671 by commit-queue@webkit.org · 10 years ago
- 6156308 ParallelHelperPool::runFunctionInParallel() shouldn't allocate, and ParallelHelperPool.h shouldn't be included everywhere by fpizlo@apple.com · 10 years ago
- 74590cb GC copy phase spans too many files by fpizlo@apple.com · 10 years ago
- 04fd3e9 Remove unused parseMemoryAmount https://bugs.webkit.org/show_bug.cgi?id=149611 by commit-queue@webkit.org · 10 years ago
- cccb8e4 Unreviewed, fix debug tests. Before marking, we need to call registerGCThreads(). by fpizlo@apple.com · 10 years ago
- 5f86606 VMs should share GC threads by fpizlo@apple.com · 10 years ago
- 88b06f8 Remove special case code for the no-parallel-GC case by fpizlo@apple.com · 10 years ago
- 5a5eb24 Parallel copy phase synchronization should be simplified by fpizlo@apple.com · 10 years ago
- 2ce31a4 Remove unimplemented method Heap::showStatistics by commit-queue@webkit.org · 10 years ago
- 42e88d0 GCThreadSharedData is just a bad way of saying Heap by fpizlo@apple.com · 10 years ago
- 64d4c6b Get rid of ENABLE(PARALLEL_GC) https://bugs.webkit.org/show_bug.cgi?id=149436 by fpizlo@apple.com · 10 years ago
- 9c64612 Get rid of ENABLE(GGC) https://bugs.webkit.org/show_bug.cgi?id=149472 by fpizlo@apple.com · 10 years ago
- d5d496b Unreviewed, rolling out r189616. https://bugs.webkit.org/show_bug.cgi?id=149456 by commit-queue@webkit.org · 10 years ago
- fae354f Always use the compiler's CAS implementation and get rid of ENABLE(COMPARE_AND_SWAP) by fpizlo@apple.com · 10 years ago
- 8e470a2 WebCore shouldn't have to include DFG headers by fpizlo@apple.com · 10 years ago
- dc5f426 Remove obsolete code for deleting CodeBlocks by ggaren@apple.com · 10 years ago
- a1d8afd Eden GC should not try to jettison old CodeBlocks in the remembered set by ggaren@apple.com · 10 years ago
- 912ee72 [JSC] Weak should only accept cell pointees. <https://webkit.org/b/148955> by akling@apple.com · 10 years ago
- 51be9a2 2015-09-09 Geoffrey Garen <ggaren@apple.com> by ggaren@apple.com · 10 years ago
- 2b5b5fc Prospective build fix after r189517 by mmaxfield@apple.com · 10 years ago
- 77ce244 Unreviewed, rolling out r189516. https://bugs.webkit.org/show_bug.cgi?id=148989 by commit-queue@webkit.org · 10 years ago
- 76ea475 Fixed a bad comment r189517. by mark.lam@apple.com · 10 years ago
- 39b6688 GC stack scan should include ABI red zone. by mark.lam@apple.com · 10 years ago
- 19ff2e6 GC should be able to discover new strong CodeBlock references during marking by ggaren@apple.com · 10 years ago
- 4e438a2 [JSC] Remove unused Heap::getConservativeRegisterRoots(). by akling@apple.com · 10 years ago
- bb7d455 Remove some unused functions from MarkedBlock and MarkedSpace. by akling@apple.com · 10 years ago
- 2f43921 2015-09-02 Geoffrey Garen <ggaren@apple.com> by ggaren@apple.com · 10 years ago
- 0eb1644 CodeBlock should have a more explicit "strongly referenced" state by ggaren@apple.com · 10 years ago
- 64bf94c MarkedBlock::allocateBlock will have the wrong allocation size when (sizeof(MarkedBlock) + bytes) is divisible by WTF::pageSize() by saambarati1@gmail.com · 10 years ago
- 5dd393e Some renaming to clarify CodeBlock and UnlinkedCodeBlock by ggaren@apple.com · 10 years ago