index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibJS
/
Bytecode
Age
Commit message (
Expand
)
Author
2021-06-15
LibJS: Add a basic pass manager and add some basic passes
Ali Mohammad Pur
2021-06-15
LibJS: Rename the overridden Instruction methods to foo_impl
Ali Mohammad Pur
2021-06-15
LibJS: Make EnterUnwindContext a terminator op
Ali Mohammad Pur
2021-06-15
LibJS: Make basic block size customizable
Ali Mohammad Pur
2021-06-14
LibJS: Correctly parse yield-from expressions
Ali Mohammad Pur
2021-06-14
LibJS: Add LoadArgument bytecode instruction for fast argument access
Andreas Kling
2021-06-12
LibJS: Store and maintain an "execution generation" counter
Idan Horowitz
2021-06-12
LibJS: Fix all clang-tidy warnings in Bytecode/Op.h
Andreas Kling
2021-06-12
LibJS: Add missing length() method for NewArray
Gunnar Beutner
2021-06-11
LibJS: Add bytecode generation for simple ObjectExpressions
Gal Horowitz
2021-06-11
LibJS: Use an enum class instead of 'bool is_generator'
Ali Mohammad Pur
2021-06-11
LibJS: Implement bytecode generation for switch
Marcin Gasperowicz
2021-06-11
LibJS: Add bytecode generation for FunctionExpression :^)
Andreas Kling
2021-06-11
LibJS: Basic bytecode support for computed member expressions
Andreas Kling
2021-06-11
LibJS: Implement generator functions (only in bytecode mode)
Ali Mohammad Pur
2021-06-11
LibJS: Resolve the `this' value in call expression bytecode
Ali Mohammad Pur
2021-06-11
LibJS: Automatically split linear bytecode into multiple blocks
Ali Mohammad Pur
2021-06-10
LibJS: Remove GlobalObject& argument from VM::construct()
Andreas Kling
2021-06-10
LibJS: Very basic support for "new" construction in bytecode VM
Andreas Kling
2021-06-10
LibJS: Generate bytecode for entering nested lexical environments
Andreas Kling
2021-06-10
LibJS: Allocate 4 KiB for Bytecode::BasicBlock
Andreas Kling
2021-06-10
LibJS: Always keep the global object in bytecode VM register $1
Andreas Kling
2021-06-10
LibJS: Perform function instantiation in bytecode
Andreas Kling
2021-06-10
LibJS: Add empty bytecode generation for VariableDeclaration
Andreas Kling
2021-06-10
LibJS: Implement bytecode generation for try..catch..finally
Gunnar Beutner
2021-06-10
LibJS: Let the bytecode interpreter set the VM's last value
Gunnar Beutner
2021-06-10
LibJS: Implement bytecode generation for BreakStatement
xyanrch
2021-06-10
LibJS: Add logical assignment bytecode generation
Luke
2021-06-09
LibJS: Fix evaluation order for tagged template literals
Gunnar Beutner
2021-06-09
LibJS: Generate bytecode for tagged template literals
Gunnar Beutner
2021-06-09
LibJS: Fix the return value for TemplateLiteral
Gunnar Beutner
2021-06-09
LibJS: Don't generate code after we've encountered a terminating op
Gunnar Beutner
2021-06-09
LibJS: Stop bytecode execution after we've encountered an exception
Gunnar Beutner
2021-06-09
LibJS: Generate bytecode for throw statements
Gunnar Beutner
2021-06-09
LibJS: Store strings in a string table
Gunnar Beutner
2021-06-09
LibJS: Implement bytecode generation for UpdateExpression :^)
Andreas Kling
2021-06-09
LibJS: Simplify the way we stringify bytecode instructions
Andreas Kling
2021-06-09
LibJS: Print the name of AST nodes that are missing generate_bytecode()
Andreas Kling
2021-06-09
LibJS: Move Instruction::length() to the Op.h header
Andreas Kling
2021-06-09
LibJS: Move Bytecode::Instruction::execute() to the Op.h header
Andreas Kling
2021-06-09
LibJS: Rename Bytecode::ExecutionUnit => Bytecode::Executable
Andreas Kling
2021-06-09
LibJS: Only set element in array literal to an empty value if it's null
Luke
2021-06-09
LibJS: Generate bytecode in basic blocks instead of one big block
Ali Mohammad Pur
2021-06-09
LibJS: Fix not executing the expression of a return statement
Matthew Olsson
2021-06-09
LibJS: Generate bytecode for array expressions
Gunnar Beutner
2021-06-09
Revert "LibJS: Add bytecode instruction handles"
Andreas Kling
2021-06-09
LibJS: Add bytecode instruction handles
Matthew Olsson
2021-06-08
LibJS: Make sure loop results are initialized
Gunnar Beutner
2021-06-08
LibJS: Remove the seal/unseal of Bytecode::Block again
Andreas Kling
2021-06-08
LibJS: Introduce an accumulator register to Bytecode::Interpreter
Matthew Olsson
[next]