index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibJS
/
Heap
Age
Commit message (
Expand
)
Author
2021-10-08
LibJS: Prune WeakContainers before freeing HeapBlocks
Andreas Kling
2021-10-08
LibJS: Make BlockAllocator cache reuse blocks in random order
Andreas Kling
2021-10-08
LibJS: Increase GC heap BlockAllocator cache size
Andreas Kling
2021-10-05
LibJS: Make WeakContainer pruning do less work
Andreas Kling
2021-10-02
LibJS: Put zombie cell tracking code behind a compile-time flag
Andreas Kling
2021-10-02
LibJS: Keep track of PrimitiveStrings and share them
Andreas Kling
2021-10-01
LibJS: Remove transition avoidance & start caching prototype transitions
Andreas Kling
2021-09-17
LibJS: Increase time between garbage collections
Andreas Kling
2021-09-16
LibJS: Use default instead of an empty constructor/destructor
Brian Gianforcaro
2021-09-12
LibJS: Use ElapsedTimer::start_new();
Brian Gianforcaro
2021-09-11
LibJS: Fix ASAN poisoning range in new HeapBlocks
Andreas Kling
2021-09-11
LibJS+js+test-js: Add GC debug mode that keeps cells "alive" as zombies
Andreas Kling
2021-09-11
LibJS: Tweak the WeakContainer::remove_swept_cells() API a little bit
Andreas Kling
2021-09-10
AK+Everywhere: Reduce the number of template parameters of IntrusiveList
Ali Mohammad Pur
2021-09-08
test-js: Add a mark_as_garbage method to force GC to collect that object
davidot
2021-09-05
LibJS: Declare type aliases with "using" instead of "typedef"
Brian Gianforcaro
2021-08-28
LibJS: Avoid pointless transitions and metadata lookups in storage_set()
Linus Groh
2021-08-12
Kernel: Make sys$perf_register_string() generate the string ID's
Andreas Kling
2021-08-12
LibJS: Emit a profile signpost when starting a garbage collection
Andreas Kling
2021-08-01
LibJS: Remove unused header includes
Brian Gianforcaro
2021-08-01
LibJS: Remove unused includes out of Cell.h, move to the users
Brian Gianforcaro
2021-07-21
LibJS: Use IntrusiveList for keeping track of WeakContainers
Andreas Kling
2021-07-21
LibJS: Use IntrusiveList for keeping track of MarkedValueLists
Andreas Kling
2021-07-21
LibJS: Use IntrusiveList for keeping track of HandleImpls
Andreas Kling
2021-07-01
LibJS: Drop "Record" suffix from all the *Environment record classes
Andreas Kling
2021-06-27
LibJS: Fix typo "sweeped" => "swept" everywhere
Andreas Kling
2021-06-23
LibJS: Make EnvironmentRecord inherit directly from Cell
Andreas Kling
2021-06-13
LibJS: Don't generate unused HeapBlock names on non-SerenityOS systems
Andreas Kling
2021-06-12
LibJS: Generify the garbage collector's weak container notifications
Idan Horowitz
2021-06-09
LibJS: Notify WeakSets when heap cells are sweeped
Idan Horowitz
2021-06-06
LibJS: Add dbgln() to Heap::allocator_for_size() before crashing
Linus Groh
2021-05-29
LibJS: Instrument HeapBlock cell allocation for ASAN
Andrew Kaster
2021-05-29
LibJS: Expose minimum possible cell size of JS::Heap
Andrew Kaster
2021-05-29
LibJS: Remove unused HeapBlock private member function
Andrew Kaster
2021-05-28
LibJS: Poison unused heap blocks until they are re-allocated
Andrew Kaster
2021-05-28
LibJS: Add inline capacity to BlockAllocator's blocks Vector
Idan Horowitz
2021-05-27
LibJS: Update mmap name after recycling a HeapBlock :^)
Andreas Kling
2021-05-27
LibJS: Make sure aligned_alloc() doesn't return a null pointer
Gunnar Beutner
2021-05-27
LibJS: Remove unused HeapBlock::operator delete()
Andreas Kling
2021-05-27
LibJS: Make BlockAllocator use free() on non-Serenity platforms
Andreas Kling
2021-05-27
LibJS: Rename Allocator => CellAllocator
Andreas Kling
2021-05-27
LibJS: Recycle up to 64 HeapBlocks to improve performance :^)
Andreas Kling
2021-05-25
LibJS: Fix broken dbgln_if(HEAP_DEBUG)
Andreas Kling
2021-05-25
LibJS: Fix clang-tidy warnings about redundant types in Heap.cpp
Andreas Kling
2021-05-25
LibJS: Make Value::as_cell() return a Cell&
Andreas Kling
2021-05-25
LibJS: Make Cell::Visitor::visit_impl() take a Cell&
Andreas Kling
2021-05-25
LibJS: Replace Cell live bit with a cell state
Andreas Kling
2021-05-25
LibJS: Inline Cell::Visitor::visit() functions
Andreas Kling
2021-05-17
LibJS: Don't consider cells in the lazy freelist in conservative scan
Andreas Kling
2021-05-17
LibJS: Always prefer freelist over lazy freelist if possible
Andreas Kling
[next]