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
/
Generator.h
Age
Commit message (
Expand
)
Author
2021-06-11
LibJS: Implement generator functions (only in bytecode mode)
Ali Mohammad Pur
2021-06-11
LibJS: Automatically split linear bytecode into multiple blocks
Ali Mohammad Pur
2021-06-10
LibJS: Always keep the global object in bytecode VM register $1
Andreas Kling
2021-06-10
LibJS: Implement bytecode generation for try..catch..finally
Gunnar Beutner
2021-06-10
LibJS: Implement bytecode generation for BreakStatement
xyanrch
2021-06-09
LibJS: Store strings in a string table
Gunnar Beutner
2021-06-09
LibJS: Rename Bytecode::ExecutionUnit => Bytecode::Executable
Andreas Kling
2021-06-09
LibJS: Generate bytecode in basic blocks instead of one big block
Ali Mohammad Pur
2021-06-09
Revert "LibJS: Add bytecode instruction handles"
Andreas Kling
2021-06-09
LibJS: Add bytecode instruction handles
Matthew Olsson
2021-06-07
LibJS: Devirtualize and pack the bytecode stream :^)
Andreas Kling
2021-06-07
LibJS: Add basic support for "continue" in the bytecode VM
Andreas Kling
2021-06-07
LibJS: Add basic support for while loops in the bytecode engine
Andreas Kling
2021-06-07
LibJS: Make Bytecode::Generator::emit() return the created instruction
Andreas Kling
2021-06-07
LibJS: Start fleshing out a bytecode for the JavaScript engine :^)
Andreas Kling