Historial de Commits

Autor SHA1 Mensaje Fecha
  Hendiadyoin1 8c4717fc6e LibJS: Add a debug_position helper to the Bytecode Interpreter hace 2 años
  Luke Wilde 277132f70d LibJS/Bytecode: Store unwind contexts inside RegisterWindow hace 2 años
  Andreas Kling 67236d9573 LibJS: Disable bytecode optimizations again hace 2 años
  Hendiadyoin1 4a06e68ecd LibJS: Set default bytecode optimization level to Optimize hace 2 años
  Hendiadyoin1 a1f1d9e4a7 LibJS: Expose some information about the bytecode interpreters state hace 2 años
  Andreas Kling d9b543da68 LibJS: Disable bytecode optimizations by default hace 2 años
  Linus Groh 275dea9d98 LibJS: Remove {Bytecode::,}Interpreter::global_object() hace 2 años
  Ali Mohammad Pur d5791c85b4 LibJS: Avoid copying the frame into the interpreter in BC generators hace 3 años
  Ali Mohammad Pur 1bbfaf8627 LibJS: More properly implement scoping rules in bytecode codegen hace 3 años
  Ali Mohammad Pur d7c207beb9 LibJS: Implement the NewClass opcode hace 3 años
  davidot 8108fc7f9c LibJS: Convert Instruction::execute in bytecode to ThrowCompletionOr hace 3 años
  Ali Mohammad Pur 070d2eaa51 LibJS+LibTest+js: Convert BC::Interpreter::run to ThrowCompletionOr<> hace 3 años
  Ali Mohammad Pur e4a7f1a696 LibJS: Make Bytecode::Interpreter return the popped frame hace 3 años
  Andreas Kling c95dde971b LibJS: Move global "should dump bytecode" flag into LibJS hace 3 años
  Linus Groh 2b8d5696ab LibJS: Allocate a Realm next to GlobalObject in Interpreter::create() hace 3 años
  Ali Mohammad Pur 1414c7b049 LibJS: Add a basic pass manager and add some basic passes hace 4 años
  Ali Mohammad Pur 3234697eca LibJS: Implement generator functions (only in bytecode mode) hace 4 años
  Gunnar Beutner 67cc31a74f LibJS: Implement bytecode generation for try..catch..finally hace 4 años
  Gunnar Beutner 6a0d1fa259 LibJS: Store strings in a string table hace 4 años
  Andreas Kling b61f198d22 LibJS: Rename Bytecode::ExecutionUnit => Bytecode::Executable hace 4 años
  Ali Mohammad Pur 01e8f0889a LibJS: Generate bytecode in basic blocks instead of one big block hace 4 años
  Matthew Olsson 9bed2e4f4a LibJS: Introduce an accumulator register to Bytecode::Interpreter hace 4 años
  Andreas Kling 80b1604b0a LibJS: Compile ScriptFunctions into bytecode and run them that way :^) hace 4 años
  Andreas Kling 6ae9346cd3 LibJS: Add basic support for while loops in the bytecode engine hace 4 años
  Andreas Kling 6da5d17416 LibJS: Add a VM accessor to Bytecode::Interpreter :^) hace 4 años
  Andreas Kling 69dddd4ef5 LibJS: Start fleshing out a bytecode for the JavaScript engine :^) hace 4 años