Age | Commit message (Expand) | Author |
---|---|---|
2021-09-11 | LibJS: Fix ASAN poisoning range in new HeapBlocks | Andreas Kling |
2021-06-13 | LibJS: Don't generate unused HeapBlock names on non-SerenityOS systems | Andreas Kling |
2021-05-29 | LibJS: Instrument HeapBlock cell allocation for ASAN | Andrew Kaster |
2021-05-27 | LibJS: Remove unused HeapBlock::operator delete() | Andreas Kling |
2021-05-27 | LibJS: Recycle up to 64 HeapBlocks to improve performance :^) | Andreas Kling |
2021-05-25 | LibJS: Replace Cell live bit with a cell state | Andreas Kling |
2021-05-17 | LibJS: Implement lazy freelist allocation for cells | Andreas Kling |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-03-11 | Userland: Remove superfluous headers | Ben Wiederhake |
2021-02-23 | Everywhere: Rename ASSERT => VERIFY | Andreas Kling |
2021-02-13 | LibJS: Add some basic freelist validation for the GC heap | Andreas Kling |
2021-02-12 | LibJS: Randomize GC heap block locations | Andreas Kling |
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |