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-06 | LibJS: Do a garbage collection every N allocations (N=10'000) | Andreas Kling |
2020-03-23 | LibJS: Always collect all garbage when destroying Heap | 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 |