Historique des commits

Auteur SHA1 Message Date
  Andreas Kling 4bbb0a5c35 LibJS: Add ConservativeVector<T> il y a 1 an
  Andreas Kling 11c968fa1f LibJS: Make Heap aware of all CellAllocators il y a 1 an
  Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String il y a 1 an
  Aliaksandr Kalenik b108d51c5b LibJS: Only consider VM-accessible execution contexts as strong roots il y a 1 an
  Aliaksandr Kalenik 57e5abae92 LibJS+LibWebView+WebContent+Ladybird: Output GC-graph into a file il y a 1 an
  Andreas Kling 3dc5f467a8 LibJS: Always allocate ExecutionContext objects on the malloc heap il y a 1 an
  Andreas Kling 3c74dc9f4d LibJS: Segregate GC-allocated objects by type il y a 1 an
  Andreas Kling 8a727abd23 LibJS: Move Heap intrusive list manipulation inline il y a 1 an
  Andreas Kling a54e283901 LibJS: Fix two bugs in the GC fast rejection of possible pointers il y a 1 an
  Aliaksandr Kalenik e79d4f3462 LibJS: Early reject pointers outside of allocated blocks range in GC il y a 1 an
  Hendiadyoin1 87e063db65 LibJS: Make GC deferral friendship based il y a 1 an
  Aliaksandr Kalenik 719a00df3a LibJS: Add source location for Handle nodes in GC graph dumper output il y a 1 an
  Andreas Kling 9220c68408 LibJS: Avoid pointless HashTable copying during GC mark phase il y a 1 an
  Aliaksandr Kalenik 469aea5a5b AK+LibJS: Introduce `JS::HeapFunction` il y a 1 an
  Aliaksandr Kalenik 0ff29349e6 LibJS: Add GC graph dumper il y a 1 an
  Aliaksandr Kalenik d978c762bc LibJS: Remove usage of bytecode_interpreter_if_exists() il y a 1 an
  flofriday a2abc5b824 LibJS: Improve garbage collection trigger condition il y a 1 an
  Andreas Kling 2eaa528a0e LibJS: Rip out the AST interpreter :^) il y a 1 an
  Andreas Kling 1768d70823 Revert "LibJS: Remove "uprooting" mechanism from garbage collector" il y a 2 ans
  Andreas Kling 6232ad3a0d LibJS: Remove "uprooting" mechanism from garbage collector il y a 2 ans
  Ali Mohammad Pur 392b5c3b19 LibJS: Resolve a circular include problem between HeapBlock and Cell il y a 2 ans
  Andreas Kling fb979dcf34 LibJS/Bytecode: Make Bytecode::Interpreter participate in GC marking il y a 2 ans
  Andrew Kaster 31440687a3 LibJS: Check the ASAN fake stack for heap pointers when ASAN is enabled il y a 2 ans
  kleines Filmröllchen 213025f210 AK: Rename Time to Duration il y a 2 ans
  Andreas Kling d21d1d99bd LibJS: Don't skip CPU registers when gathering conservative roots il y a 2 ans
  Timothy Flynn 8f5bdce8e7 LibJS: Add initial support for creating PrimitiveStrings with AK::String il y a 2 ans
  Timothy Flynn ca655f5e7d LibJS: Rename VM::string_cache to deprecated_string_cache il y a 2 ans
  Andreas Kling 7826cb2556 LibJS: Use a work queue instead of the C++ stack for the GC mark phase il y a 2 ans
  Andrew Kaster 4e7bdcfeea LibJS: Only start ElapsedTimer for GC metrics when printing is enabled il y a 2 ans
  Andreas Kling 51579810bd LibJS: Add Cell::must_survive_garbage_collection() mechanism il y a 2 ans