mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 20:37:34 +00:00
LibJS: Inline Cell::Visitor::visit() functions
This allows the calls to MarkingVisitor::visit_impl() during GC to be devirtualized in Heap::mark_live_cells().
This commit is contained in:
parent
c81b3e1ee3
commit
91656d63c7
4 changed files with 11 additions and 28 deletions
|
@ -2,7 +2,6 @@ set(SOURCES
|
|||
AST.cpp
|
||||
Console.cpp
|
||||
Heap/Allocator.cpp
|
||||
Heap/Cell.cpp
|
||||
Heap/Handle.cpp
|
||||
Heap/HeapBlock.cpp
|
||||
Heap/Heap.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue