Histórico de Commits

Autor SHA1 Mensagem Data
  Simon Wanner f9fbb8cff2 LibJS/Bytecode: Move NewClass impl to CommonImplementations há 1 ano atrás
  Simon Wanner 54f1f7a51b LibJS/Bytecode: Move CreateVariable impl to CommonImplementations há 1 ano atrás
  Idan Horowitz b2d8d0c270 LibJS: Compile the CallWithArgumentArray bytecode instruction há 1 ano atrás
  Andreas Kling c1551a64dc LibJS/JIT: Compile the NewRegExp bytecode instruction há 1 ano atrás
  Andreas Kling 935d67cfcf LibJS/JIT: Compile the GetCalleeAndThisFromEnvironment instruction há 1 ano atrás
  Andreas Kling dabaaabfc0 LibJS/JIT: Support the GetVariable bytecode instruction há 1 ano atrás
  Andreas Kling bcf7cdb679 LibJS/Bytecode: Un-templatize throw_if_needed_for_call() há 1 ano atrás
  Andreas Kling c2aad0f573 LibJS/Bytecode: Move PutByValue impl to CommonImplementations há 1 ano atrás
  Andreas Kling 9f61cda27e LibJS/Bytecode: Move NewFunction impl into CommonImplementations há 1 ano atrás
  Andreas Kling 393d90abe1 LibJS/Bytecode: Move SetVariable implementation to CommonImplementations há 1 ano atrás
  Andreas Kling d368dc5d25 LibJS/Bytecode: Move TypeofVariable impl to CommonImplementations há 1 ano atrás
  Andreas Kling 640455b1d2 LibJS/JIT: Compile the Call bytecode instruction há 1 ano atrás
  Andreas Kling 7fc35fde09 LibJS/Bytecode: Move throw_if_needed_for_call to CommonImplementations há 1 ano atrás
  Andreas Kling b56ecc7e34 LibJS/Bytecode: Move perform_call helper to CommonImplementations há 1 ano atrás
  Andreas Kling 580249d650 LibJS/JIT: Compile the PutById bytecode instruction há 1 ano atrás
  Andreas Kling 3974ce2069 LibJS/JIT: Compile the GetGlobal bytecode instruction há 1 ano atrás
  Andreas Kling 12898f5aef LibJS/JIT: Compile the Decrement bytecode instruction há 1 ano atrás
  Andreas Kling e8190105db LibJS/Bytecode: Move GetByValue implementation to CommonImplementations há 1 ano atrás
  Andreas Kling 310bcd4717 LibJS/JIT: Don't keep trying to JIT unsupported bytecode executables há 1 ano atrás
  Andreas Kling 8905682a16 LibJS/Bytecode: Begin moving shareable (JIT+Interpreter) stuff somewhere há 1 ano atrás
  Andreas Kling babdc0a25b LibJS: Work-in-progress JIT compiler :^) há 1 ano atrás
  Andreas Kling 2e23f00a2f LibJS/Bytecode: Move environment coordinate caches to Executable há 1 ano atrás
  Andreas Kling 6a3f27509f LibJS: Avoid IdentifierTable lookup in cached GetGlobal op há 1 ano atrás
  Andreas Kling ae4e46a037 LibJS: Do less work in successfully cached GetByValue* ops há 1 ano atrás
  Andreas Kling 65717e3b75 LibJS: Inline fast case for Value::to_{boolean,number,numeric,primitive} há 1 ano atrás
  Andreas Kling 021a141b53 LibJS: Make array-like Put access on ordinary objects much faster há 1 ano atrás
  Andreas Kling 27a83f7e5e LibJS: Make array-like Get access on ordinary objects much faster há 1 ano atrás
  Andreas Kling c14db6ab12 LibJS: Make Executable ref-counted and let instruction iterator co-own it há 1 ano atrás
  Andreas Kling feedbd6a01 LibJS: Put __builtin_unreachable() in unused bytecode opcode handlers há 1 ano atrás
  Andreas Kling f3606adc58 LibJS: Inline bytecode ops for direct local/register access há 1 ano atrás