Revīziju vēsture

Autors SHA1 Ziņojums Datums
  Andreas Kling 6537ed8fff LibJS/Bytecode: Simplify Bytecode::Interpreter lifetime model 2 gadi atpakaļ
  Andreas Kling 9c568282dc Ladybird+LibJS: Add CLI option to run browser with LibJS bytecode VM 2 gadi atpakaļ
  Andreas Kling d063f35afd LibJS/Bytecode: Leave GlobalDeclarationInstantiation in C++ 2 gadi atpakaļ
  Matthew Olsson 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 gadi atpakaļ
  Hendiadyoin1 de514f29ad LibJS: Align codegen AwaitExpressions to YieldExpressions 2 gadi atpakaļ
  Hendiadyoin1 f5376cb282 LibJS: Generate unwind chains for break in Bytecode 2 gadi atpakaļ
  Hendiadyoin1 fcc3348bc8 LibJS: Intercept returns through finally blocks in Bytecode 2 gadi atpakaļ
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 gadi atpakaļ
  Hendiadyoin1 8c4717fc6e LibJS: Add a debug_position helper to the Bytecode Interpreter 2 gadi atpakaļ
  Luke Wilde 277132f70d LibJS/Bytecode: Store unwind contexts inside RegisterWindow 2 gadi atpakaļ
  Andreas Kling 67236d9573 LibJS: Disable bytecode optimizations again 2 gadi atpakaļ
  Hendiadyoin1 4a06e68ecd LibJS: Set default bytecode optimization level to Optimize 2 gadi atpakaļ
  Hendiadyoin1 a1f1d9e4a7 LibJS: Expose some information about the bytecode interpreters state 2 gadi atpakaļ
  Andreas Kling d9b543da68 LibJS: Disable bytecode optimizations by default 2 gadi atpakaļ
  Linus Groh 275dea9d98 LibJS: Remove {Bytecode::,}Interpreter::global_object() 2 gadi atpakaļ
  Ali Mohammad Pur d5791c85b4 LibJS: Avoid copying the frame into the interpreter in BC generators 3 gadi atpakaļ
  Ali Mohammad Pur 1bbfaf8627 LibJS: More properly implement scoping rules in bytecode codegen 3 gadi atpakaļ
  Ali Mohammad Pur d7c207beb9 LibJS: Implement the NewClass opcode 3 gadi atpakaļ
  davidot 8108fc7f9c LibJS: Convert Instruction::execute in bytecode to ThrowCompletionOr 3 gadi atpakaļ
  Ali Mohammad Pur 070d2eaa51 LibJS+LibTest+js: Convert BC::Interpreter::run to ThrowCompletionOr<> 3 gadi atpakaļ
  Ali Mohammad Pur e4a7f1a696 LibJS: Make Bytecode::Interpreter return the popped frame 3 gadi atpakaļ
  Andreas Kling c95dde971b LibJS: Move global "should dump bytecode" flag into LibJS 3 gadi atpakaļ
  Linus Groh 2b8d5696ab LibJS: Allocate a Realm next to GlobalObject in Interpreter::create() 3 gadi atpakaļ
  Ali Mohammad Pur 1414c7b049 LibJS: Add a basic pass manager and add some basic passes 4 gadi atpakaļ
  Ali Mohammad Pur 3234697eca LibJS: Implement generator functions (only in bytecode mode) 4 gadi atpakaļ
  Gunnar Beutner 67cc31a74f LibJS: Implement bytecode generation for try..catch..finally 4 gadi atpakaļ
  Gunnar Beutner 6a0d1fa259 LibJS: Store strings in a string table 4 gadi atpakaļ
  Andreas Kling b61f198d22 LibJS: Rename Bytecode::ExecutionUnit => Bytecode::Executable 4 gadi atpakaļ
  Ali Mohammad Pur 01e8f0889a LibJS: Generate bytecode in basic blocks instead of one big block 4 gadi atpakaļ
  Matthew Olsson 9bed2e4f4a LibJS: Introduce an accumulator register to Bytecode::Interpreter 4 gadi atpakaļ