Histórico de Commits

Autor SHA1 Mensagem Data
  Andreas Kling 9d22db2802 LibJS/Bytecode: Pretty-print the `this` register as "this" há 1 ano atrás
  Andreas Kling 507f83a615 LibJS/Bytecode: Always resolve `this` binding into dedicated register há 1 ano atrás
  Andreas Kling a3782782fa LibJS: Remove two unused members from ExecutionContext há 1 ano atrás
  Aliaksandr Kalenik ebb3d8025c LibJS: Get `this` from execution context for non-arrow functions há 1 ano atrás
  Aliaksandr Kalenik 210a5d77dc LibJS: Use a local variable for arguments object when possible há 1 ano atrás
  Andreas Kling 448b7ca87b LibJS/Bytecode: Add dedicated instruction for getting `length` property há 1 ano atrás
  Andreas Kling b2e6843055 LibJS+AK: Fix integer overflow UB on (any Int32 - -2147483648) há 1 ano atrás
  Hendiadyoin1 1de475b404 LibJS: Prepare yield object before re-routing it through finally há 1 ano atrás
  Hendiadyoin1 c8e4499b08 LibJS: Make return control flow more static há 1 ano atrás
  Hendiadyoin1 73fdd31124 LibJS: Avoid returning Completions from more Bytecode instructions há 1 ano atrás
  Andreas Kling d22a06d671 LibJS/Bytecode: Remove all the unreachable execute_impl() functions há 1 ano atrás
  Andreas Kling 6ca94bd0b1 LibJS/Bytecode: Rename GetVariable => GetBinding há 1 ano atrás
  Andreas Kling b7c04f999a LibJS/Bytecode: Split SetVariable into four separate instructions há 1 ano atrás
  Andreas Kling ed50eb0aaa LibJS/Bytecode: Add environment coordinate caching to SetVariable há 1 ano atrás
  Aliaksandr Kalenik caffd485b8 LibJS: Replace SetLocal instruction usage with Mov há 1 ano atrás
  Aliaksandr Kalenik d79438a2a6 LibJS: Join locals, constants and registers into single vector há 1 ano atrás
  Andreas Kling d79353a477 LibJS/Bytecode: Add fast paths for compare-and-jump with 2 numbers há 1 ano atrás
  Andreas Kling 855f6417df LibJS/Bytecode: Move environment variable caches into instructions há 1 ano atrás
  Andreas Kling a06441c88c LibJS/Bytecode: Defer GetGlobal identifier lookup until cache misses há 1 ano atrás
  Andreas Kling 6ec4d6f668 LibJS/Bytecode: Cache the running execution context in interpreter há 1 ano atrás
  Andreas Kling 8447f6f6da LibJS: Inline more of cached environment variable access in interpreter há 1 ano atrás
  Aliaksandr Kalenik 6fb1d9e516 LibJS: Stop using execute_ast_node() for class property evaluation há 1 ano atrás
  Aliaksandr Kalenik 3d4b13a01c LibJS: Ensure capacity for created lexical and variable environments há 1 ano atrás
  Aliaksandr Kalenik a4f70986a0 LibJS: Emit bytecode for function declaration instantiation há 1 ano atrás
  Andreas Kling 7bdc207d81 LibJS/Bytecode: Make execute_impl() return void for non-throwing ops há 1 ano atrás
  Andreas Kling 353e635535 LibJS/Bytecode: Grab at ThrowCompletionOr errors directly há 1 ano atrás
  Andreas Kling ae11a4de1c LibJS: Remove unused `target` field from Completion há 1 ano atrás
  Andreas Kling a77c6e15f4 LibJS/Bytecode: Streamline return/yield flow a bit in the interpreter há 1 ano atrás
  Andreas Kling 3e1a6fca91 LibJS/Bytecode: Remove exception checks from Return/Await/Yield há 1 ano atrás
  Andreas Kling 8eccfdb98c LibJS/Bytecode: Cache a base pointer to executable constants há 1 ano atrás