Historial de Commits

Autor SHA1 Mensaje Fecha
  Andreas Kling 8a727abd23 LibJS: Move Heap intrusive list manipulation inline hace 1 año
  Andreas Kling a54e283901 LibJS: Fix two bugs in the GC fast rejection of possible pointers hace 1 año
  Aliaksandr Kalenik e79d4f3462 LibJS: Early reject pointers outside of allocated blocks range in GC hace 1 año
  Hendiadyoin1 87e063db65 LibJS: Make GC deferral friendship based hace 1 año
  Aliaksandr Kalenik 719a00df3a LibJS: Add source location for Handle nodes in GC graph dumper output hace 1 año
  Andreas Kling 9220c68408 LibJS: Avoid pointless HashTable copying during GC mark phase hace 1 año
  Aliaksandr Kalenik 469aea5a5b AK+LibJS: Introduce `JS::HeapFunction` hace 2 años
  Aliaksandr Kalenik 0ff29349e6 LibJS: Add GC graph dumper hace 2 años
  Aliaksandr Kalenik d978c762bc LibJS: Remove usage of bytecode_interpreter_if_exists() hace 2 años
  flofriday a2abc5b824 LibJS: Improve garbage collection trigger condition hace 2 años
  Andreas Kling 2eaa528a0e LibJS: Rip out the AST interpreter :^) hace 2 años
  Andreas Kling 1768d70823 Revert "LibJS: Remove "uprooting" mechanism from garbage collector" hace 2 años
  Andreas Kling 6232ad3a0d LibJS: Remove "uprooting" mechanism from garbage collector hace 2 años
  Ali Mohammad Pur 392b5c3b19 LibJS: Resolve a circular include problem between HeapBlock and Cell hace 2 años
  Andreas Kling fb979dcf34 LibJS/Bytecode: Make Bytecode::Interpreter participate in GC marking hace 2 años
  Andrew Kaster 31440687a3 LibJS: Check the ASAN fake stack for heap pointers when ASAN is enabled hace 2 años
  kleines Filmröllchen 213025f210 AK: Rename Time to Duration hace 2 años
  Andreas Kling d21d1d99bd LibJS: Don't skip CPU registers when gathering conservative roots hace 2 años
  Timothy Flynn 8f5bdce8e7 LibJS: Add initial support for creating PrimitiveStrings with AK::String hace 2 años
  Timothy Flynn ca655f5e7d LibJS: Rename VM::string_cache to deprecated_string_cache hace 2 años
  Andreas Kling 7826cb2556 LibJS: Use a work queue instead of the C++ stack for the GC mark phase hace 2 años
  Andrew Kaster 4e7bdcfeea LibJS: Only start ElapsedTimer for GC metrics when printing is enabled hace 2 años
  Andreas Kling 51579810bd LibJS: Add Cell::must_survive_garbage_collection() mechanism hace 2 años
  Andreas Kling 07a36c8f80 LibJS: Add a finalization pass to the garbage collector hace 2 años
  Andrew Kaster 828441852f Everywhere: Replace uses of __serenity__ with AK_OS_SERENITY hace 2 años
  Andreas Kling 131c3f50de LibJS: Add JS::SafeFunction, like Function but protects captures from GC hace 2 años
  Daniel Bertalan 2b69af2dfe AK+LibJS: Handle NaN-boxing pointers on AArch64 hace 2 años
  Linus Groh f3117d46dc LibJS: Remove GlobalObject from VM::throw_completion() hace 3 años
  Linus Groh b99cc7d050 LibJS+LibWeb: Replace GlobalObject with Realm in create() functions hace 3 años
  Linus Groh 5dd5896588 LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions hace 3 años