提交历史

作者 SHA1 备注 提交日期
  Marcin Gasperowicz f4985ca113 LibJS: Use __APPLE__ instead of __MACH__ for MacOS build 5 年之前
  Marcin Gasperowicz c21dc21f36 Build: Make Lagom build under macOS (#2341) 5 年之前
  AnotherTest 0901b17126 LibJS: Be a bit more explicit about sizeof(buf) / sizeof(FlatPtr) 5 年之前
  Emanuele Torre 8bd9f7e50e LibJS: run clang-format on all the files 5 年之前
  Andreas Kling f7a1696087 LibJS: Add MarkedValueList and use it for argument passing 5 年之前
  Andreas Kling 2a9e29fbb8 LibJS: Add DeferGC, a RAII way to prevent GC temporarily 5 年之前
  Andreas Kling 1b391d78ae LibJS: Allow cells to mark null pointers 5 年之前
  Andreas Kling e5da1cc566 LibJS: Throw real TypeError, ReferenceError, etc objects 5 年之前
  Andreas Kling 9aaf19f4de LibJS: Do a garbage collection every N allocations (N=10'000) 5 年之前
  Andreas Kling 7a5ef0a87f LibJS: Disable HEAP_DEBUG logging on non-SerenityOS platforms 5 年之前
  Andreas Kling b2f005125d LibJS: Always collect all garbage when destroying Heap 5 年之前
  Andreas Kling 1dd71bd68f LibJS: Put some more Heap debug logging behind HEAP_DEBUG 5 年之前
  Andreas Kling 79e065f0a2 LibJS: Port garbage collector to Linux 5 年之前
  Andreas Kling 6c3afca686 LibJS: Round cell sizes up to a multiple of 16 bytes 5 年之前
  Andreas Kling 2106dafd62 LibJS: Delete fully-empty HeapBlocks after garbage collection 5 年之前
  Andreas Kling a119b61782 LibJS: Add Handle<T>, a strong C++ handle for keeping GC objects alive 5 年之前
  Andreas Kling cb2e7d1c5f LibJS+js: Add a debug option (js -g) to GC after every allocation 5 年之前
  Andreas Kling ab404a2f88 LibJS: Implement basic conservative garbage collection 5 年之前
  Andreas Kling 19452230cd LibJS: Add "Heap" and "Runtime" subdirectories 5 年之前