Historial de Commits

Autor SHA1 Mensaje Fecha
  Andreas Kling 3fc0333ee6 LibJS: Put Bytecode::CallFrame + register slots in a single allocation hace 1 año
  Andreas Kling 3dc5f467a8 LibJS: Always allocate ExecutionContext objects on the malloc heap hace 1 año
  Andreas Kling 845da3901d LibJS: Make ExecutionContext::function_name a GCPtr<PrimitiveString> hace 1 año
  Andreas Kling ecfcc9aef3 LibJS: Make Bytecode::Executable GC-allocated hace 1 año
  Andreas Kling ece961f882 LibJS: Pass call/construct argument lists as ReadonlySpan<Value> hace 1 año
  Simon Wanner ae8c98104a LibJS: Cache bytecode executables on the corresponding AST nodes hace 1 año
  Andreas Kling 3c74dc9f4d LibJS: Segregate GC-allocated objects by type hace 1 año
  Shannon Booth 6a2a7cad61 LibWeb/LibJS: Avoid GC visit of raw pointers where possible hace 1 año
  Andreas Kling 4f8e915ef8 LibJS: Remove accidentally-committed bytecode caching hace 1 año
  Andreas Kling b1b2ca1485 LibJS: Add basic monomorphic caching for PutById property access hace 1 año
  Aliaksandr Kalenik 42e9dfedc2 LibJS: Pre-calculate the number of bindings for function environments hace 1 año
  Aliaksandr Kalenik 98f479318a LibJS: Do not create environment bindings for local variables hace 1 año
  Andreas Kling 3ccac0cf6e LibJS: Remove unused realm parameter from run_and_return_frame() hace 1 año
  Aliaksandr Kalenik 4ff4ac11b9 LibJS: Remove alreadyDeclared check in FunctionDeclarationInstantiation hace 1 año
  Andreas Kling e03f43e1b5 LibJS: Remove unused HashTable in function_declaration_instantiation() hace 1 año
  Aliaksandr Kalenik edd2f8b37f LibJS: Run reusable steps of FunctionDeclarationInstantiation only once hace 1 año
  Aliaksandr Kalenik a4a94de942 LibJS: Get initial_value from local variables if id represents a local hace 1 año
  Andreas Kling 1c06111cbd LibJS: Add file & line number to bytecode VM stack traces :^) hace 1 año
  Andreas Kling 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible hace 1 año
  Aliaksandr Kalenik d978c762bc LibJS: Remove usage of bytecode_interpreter_if_exists() hace 1 año
  Andreas Kling 2eaa528a0e LibJS: Rip out the AST interpreter :^) hace 1 año
  Andreas Kling 18c54d8d40 LibJS: Make Cell::initialize() return void hace 1 año
  Hediadyoin1 50bf303edd LibJS: Capture UnrealizedSourceRanges in ExecutionContext, not ASTNodes hace 2 años
  Timothy Flynn 77d7f715e3 LibJS+CI: Remove bytecode optimization passes for now hace 2 años
  Aliaksandr Kalenik 0fa47405df LibJS: Delete Declaration::for_each_lexically_declared_name hace 2 años
  Shannon Booth 7b00b4d6f6 LibJS: Add spec comments to FunctionDeclarationInstantiation hace 2 años
  Shannon Booth 80b48b708f LibJS: Allow AsyncBlockStart to accept a SafeFunction hace 2 años
  Shannon Booth 98c4606544 LibJS: Link AsyncBlockStart AO to Explicit Resource Management proposal hace 2 años
  Shannon Booth 930dd2948f LibJS: Make AsyncFunctionStart and AsyncBlockStart templates hace 2 años
  Shannon Booth 7b5362fea6 LibJS: Make AsyncFunctionStart a standalone AO hace 2 años