index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibJS
/
Heap
Age
Commit message (
Expand
)
Author
2020-04-19
LibJS: Add MarkedValueList and use it for argument passing
Andreas Kling
2020-04-19
LibJS: Add DeferGC, a RAII way to prevent GC temporarily
Andreas Kling
2020-04-16
LibJS: Allow cells to mark null pointers
Andreas Kling
2020-04-10
LibJS: Throw real TypeError, ReferenceError, etc objects
Andreas Kling
2020-04-06
LibJS: Do a garbage collection every N allocations (N=10'000)
Andreas Kling
2020-03-25
LibJS: Disable HEAP_DEBUG logging on non-SerenityOS platforms
Andreas Kling
2020-03-23
LibJS: Always collect all garbage when destroying Heap
Andreas Kling
2020-03-23
LibJS: Put some more Heap debug logging behind HEAP_DEBUG
Andreas Kling
2020-03-23
LibJS: Port garbage collector to Linux
Andreas Kling
2020-03-21
LibJS: Include the cell size in HeapBlock mmap names
Andreas Kling
2020-03-21
LibJS: Round cell sizes up to a multiple of 16 bytes
Andreas Kling
2020-03-21
LibJS: Delete fully-empty HeapBlocks after garbage collection
Andreas Kling
2020-03-18
LibJS: Add missing copyright headers
Andreas Kling
2020-03-18
LibJS: Add Handle<T>, a strong C++ handle for keeping GC objects alive
Andreas Kling
2020-03-16
LibJS+js: Add a debug option (js -g) to GC after every allocation
Andreas Kling
2020-03-16
LibJS: Implement basic conservative garbage collection
Andreas Kling
2020-03-16
LibJS: Add "Heap" and "Runtime" subdirectories
Andreas Kling