ladybird/Userland/Libraries/LibJS/Heap
Andreas Kling 9220c68408 LibJS: Avoid pointless HashTable copying during GC mark phase
for_each_cell_among_possible_pointers() was taking HashTable by value
instead of by const reference for no reason.

The copying was soaking up ~4% of CPU time while loading https://x.com/
2023-09-15 12:12:54 +02:00
..
BlockAllocator.cpp
BlockAllocator.h
Cell.cpp LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
Cell.h AK+LibJS: Introduce JS::HeapFunction 2023-08-19 05:03:17 +02:00
CellAllocator.cpp
CellAllocator.h
DeferGC.h
GCPtr.h LibJS+LibWeb: Mark NonnullGCPtr::ptr() as returns_nonnull 2023-08-07 22:20:03 -04:00
Handle.cpp
Handle.h LibJS: Enable storing Value and Handle<Value> in HashMaps 2023-08-22 13:08:08 +02:00
Heap.cpp LibJS: Avoid pointless HashTable copying during GC mark phase 2023-09-15 12:12:54 +02:00
Heap.h AK+LibJS: Introduce JS::HeapFunction 2023-08-19 05:03:17 +02:00
HeapBlock.cpp LibJS: Resolve a circular include problem between HeapBlock and Cell 2023-07-11 09:38:37 +03:30
HeapBlock.h LibJS: Resolve a circular include problem between HeapBlock and Cell 2023-07-11 09:38:37 +03:30
HeapFunction.h AK+LibJS: Introduce JS::HeapFunction 2023-08-19 05:03:17 +02:00
HeapRootTypeOrLocation.h AK+LibJS: Introduce JS::HeapFunction 2023-08-19 05:03:17 +02:00
Internals.h LibJS: Resolve a circular include problem between HeapBlock and Cell 2023-07-11 09:38:37 +03:30
MarkedVector.cpp
MarkedVector.h LibJS: Add GC graph dumper 2023-08-17 18:27:02 +02:00