Commit History

Author SHA1 Message Date
  Ali Mohammad Pur 3b0bf05fa5 LibJS: Implement async functions as generator functions in BC mode 3 years ago
  Andreas Kling 1dc60b028f LibJS: Add BytecodeGenerator helpers for reference get/put 3 years ago
  Andreas Kling da98212001 LibJS: Add a separate "identifier table" to bytecode executables 3 years ago
  Andreas Kling 13f04e37e5 LibJS: Use String and move semantics in Bytecode::StringTable 3 years ago
  Andreas Kling da77e2aa4f LibJS: Add Bytecode::Executable::dump() 3 years ago
  Ali Mohammad Pur 3234697eca LibJS: Implement generator functions (only in bytecode mode) 4 years ago
  Ali Mohammad Pur 4cfdfb6a88 LibJS: Automatically split linear bytecode into multiple blocks 4 years ago
  Andreas Kling 22c803d8e5 LibJS: Always keep the global object in bytecode VM register $1 4 years ago
  Gunnar Beutner 67cc31a74f LibJS: Implement bytecode generation for try..catch..finally 4 years ago
  xyanrch a0412e0d5e LibJS: Implement bytecode generation for BreakStatement 4 years ago
  Gunnar Beutner 6a0d1fa259 LibJS: Store strings in a string table 4 years ago
  Andreas Kling b61f198d22 LibJS: Rename Bytecode::ExecutionUnit => Bytecode::Executable 4 years ago
  Ali Mohammad Pur 01e8f0889a LibJS: Generate bytecode in basic blocks instead of one big block 4 years ago
  Andreas Kling b8a5ea1f8d Revert "LibJS: Add bytecode instruction handles" 4 years ago
  Matthew Olsson a01bd35c67 LibJS: Add bytecode instruction handles 4 years ago
  Andreas Kling e7d69c5d3c LibJS: Devirtualize and pack the bytecode stream :^) 4 years ago
  Andreas Kling 4bdfe73895 LibJS: Add basic support for "continue" in the bytecode VM 4 years ago
  Andreas Kling 6ae9346cd3 LibJS: Add basic support for while loops in the bytecode engine 4 years ago
  Andreas Kling 4934d16397 LibJS: Make Bytecode::Generator::emit() return the created instruction 4 years ago
  Andreas Kling 69dddd4ef5 LibJS: Start fleshing out a bytecode for the JavaScript engine :^) 4 years ago