Commit History

Autor SHA1 Mensaxe Data
  Hendiadyoin1 c8e4499b08 LibJS: Make return control flow more static hai 1 ano
  Hendiadyoin1 73fdd31124 LibJS: Avoid returning Completions from more Bytecode instructions hai 1 ano
  Andreas Kling d22a06d671 LibJS/Bytecode: Remove all the unreachable execute_impl() functions hai 1 ano
  Andreas Kling 6ca94bd0b1 LibJS/Bytecode: Rename GetVariable => GetBinding hai 1 ano
  Andreas Kling b7c04f999a LibJS/Bytecode: Split SetVariable into four separate instructions hai 1 ano
  Andreas Kling ed50eb0aaa LibJS/Bytecode: Add environment coordinate caching to SetVariable hai 1 ano
  Aliaksandr Kalenik caffd485b8 LibJS: Replace SetLocal instruction usage with Mov hai 1 ano
  Aliaksandr Kalenik d79438a2a6 LibJS: Join locals, constants and registers into single vector hai 1 ano
  Andreas Kling d79353a477 LibJS/Bytecode: Add fast paths for compare-and-jump with 2 numbers hai 1 ano
  Andreas Kling 855f6417df LibJS/Bytecode: Move environment variable caches into instructions hai 1 ano
  Andreas Kling a06441c88c LibJS/Bytecode: Defer GetGlobal identifier lookup until cache misses hai 1 ano
  Andreas Kling 6ec4d6f668 LibJS/Bytecode: Cache the running execution context in interpreter hai 1 ano
  Andreas Kling 8447f6f6da LibJS: Inline more of cached environment variable access in interpreter hai 1 ano
  Aliaksandr Kalenik 6fb1d9e516 LibJS: Stop using execute_ast_node() for class property evaluation hai 1 ano
  Aliaksandr Kalenik 3d4b13a01c LibJS: Ensure capacity for created lexical and variable environments hai 1 ano
  Aliaksandr Kalenik a4f70986a0 LibJS: Emit bytecode for function declaration instantiation hai 1 ano
  Andreas Kling 7bdc207d81 LibJS/Bytecode: Make execute_impl() return void for non-throwing ops hai 1 ano
  Andreas Kling 353e635535 LibJS/Bytecode: Grab at ThrowCompletionOr errors directly hai 1 ano
  Andreas Kling ae11a4de1c LibJS: Remove unused `target` field from Completion hai 1 ano
  Andreas Kling a77c6e15f4 LibJS/Bytecode: Streamline return/yield flow a bit in the interpreter hai 1 ano
  Andreas Kling 3e1a6fca91 LibJS/Bytecode: Remove exception checks from Return/Await/Yield hai 1 ano
  Andreas Kling 8eccfdb98c LibJS/Bytecode: Cache a base pointer to executable constants hai 1 ano
  Andreas Kling 810a297626 LibJS/Bytecode: Remove Instruction::execute() hai 1 ano
  Andreas Kling e37feaa196 LibJS/Bytecode: Skip unnecessary exception checks in interpreter hai 1 ano
  Andreas Kling 7654da3851 LibJS/Bytecode: Do basic compare-and-jump peephole optimization hai 1 ano
  Andreas Kling 6873628317 LibJS/Bytecode: Make NewArray a variable-length instruction hai 1 ano
  Andreas Kling a020a0779d LibJS/Bytecode: Do a stack check when entering run_bytecode() hai 1 ano
  Andreas Kling 7b93b8cea7 LibJS/Bytecode: Flatten the interpreter main loop (Clang only) hai 1 ano
  Andreas Kling f4af056aa9 LibJS/Bytecode: Thread the bytecode interpreter hai 1 ano
  Andreas Kling b45f55b199 LibJS/Bytecode: Fix wonky serialization of instruction value lists hai 1 ano