提交历史

作者 SHA1 备注 提交日期
  Andreas Kling a2c3db8367 LibJS: Add basic support for module code with top-level await 1 年之前
  Andreas Kling be8952b89d LibJS: Remove pointless Vector copy in FDI 1 年之前
  Andreas Kling aaa7b50f06 LibJS: Skip lexical declaration traversal in FDI if there are none 1 年之前
  Andreas Kling 3b6785245f LibJS: Don't call shrink_to_fit() on same environment twice in FDI 1 年之前
  Andreas Kling 3fc0333ee6 LibJS: Put Bytecode::CallFrame + register slots in a single allocation 1 年之前
  Andreas Kling 3dc5f467a8 LibJS: Always allocate ExecutionContext objects on the malloc heap 1 年之前
  Andreas Kling 845da3901d LibJS: Make ExecutionContext::function_name a GCPtr<PrimitiveString> 1 年之前
  Andreas Kling ecfcc9aef3 LibJS: Make Bytecode::Executable GC-allocated 1 年之前
  Andreas Kling ece961f882 LibJS: Pass call/construct argument lists as ReadonlySpan<Value> 1 年之前
  Simon Wanner ae8c98104a LibJS: Cache bytecode executables on the corresponding AST nodes 1 年之前
  Andreas Kling 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 年之前
  Shannon Booth 6a2a7cad61 LibWeb/LibJS: Avoid GC visit of raw pointers where possible 1 年之前
  Andreas Kling 4f8e915ef8 LibJS: Remove accidentally-committed bytecode caching 1 年之前
  Andreas Kling b1b2ca1485 LibJS: Add basic monomorphic caching for PutById property access 1 年之前
  Aliaksandr Kalenik 42e9dfedc2 LibJS: Pre-calculate the number of bindings for function environments 1 年之前
  Aliaksandr Kalenik 98f479318a LibJS: Do not create environment bindings for local variables 1 年之前
  Andreas Kling 3ccac0cf6e LibJS: Remove unused realm parameter from run_and_return_frame() 1 年之前
  Aliaksandr Kalenik 4ff4ac11b9 LibJS: Remove alreadyDeclared check in FunctionDeclarationInstantiation 1 年之前
  Andreas Kling e03f43e1b5 LibJS: Remove unused HashTable in function_declaration_instantiation() 1 年之前
  Aliaksandr Kalenik edd2f8b37f LibJS: Run reusable steps of FunctionDeclarationInstantiation only once 1 年之前
  Aliaksandr Kalenik a4a94de942 LibJS: Get initial_value from local variables if id represents a local 1 年之前
  Andreas Kling 1c06111cbd LibJS: Add file & line number to bytecode VM stack traces :^) 1 年之前
  Andreas Kling 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 年之前
  Aliaksandr Kalenik d978c762bc LibJS: Remove usage of bytecode_interpreter_if_exists() 2 年之前
  Andreas Kling 2eaa528a0e LibJS: Rip out the AST interpreter :^) 2 年之前
  Andreas Kling 18c54d8d40 LibJS: Make Cell::initialize() return void 2 年之前
  Hediadyoin1 50bf303edd LibJS: Capture UnrealizedSourceRanges in ExecutionContext, not ASTNodes 2 年之前
  Timothy Flynn 77d7f715e3 LibJS+CI: Remove bytecode optimization passes for now 2 年之前
  Aliaksandr Kalenik 0fa47405df LibJS: Delete Declaration::for_each_lexically_declared_name 2 年之前
  Shannon Booth 7b00b4d6f6 LibJS: Add spec comments to FunctionDeclarationInstantiation 2 年之前