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
/
LibWasm
/
AbstractMachine
/
BytecodeInterpreter.cpp
Age
Commit message (
Expand
)
Author
2021-08-12
LibWasm: Move some Values and Vector<Value>s instead of copying them
Ali Mohammad Pur
2021-08-12
LibWasm: Avoid calculating stack bounds on each wasm call
Ali Mohammad Pur
2021-08-12
LibWasm: Replace memory write macros with templated functions
Ali Mohammad Pur
2021-08-12
LibWasm: Make memory operation address calculation match the spec
Ali Mohammad Pur
2021-08-12
LibWasm: Replace memory read macros with templated functions
Ali Mohammad Pur
2021-08-12
LibWasm: Replace the numeric operation macros with templated functions
Ali Mohammad Pur
2021-07-17
LibWasm: Remove a useless use of ScopeGuard
Ali Mohammad Pur
2021-07-17
LibWasm+Everywhere: Make the instruction count limit configurable
Ali Mohammad Pur
2021-07-17
Revert "LibWasm: Some more performance stuff (#8812)"
Ali Mohammad Pur
2021-07-17
LibWasm: Some more performance stuff (#8812)
Ali Mohammad Pur
2021-07-12
LibWasm: Adjust signed integer operations to avoid UB
Andrew Kaster
2021-07-12
LibWasm: Use AK::StackInfo to track stack size
Ali Mohammad Pur
2021-07-06
LibWasm: Don't create useless temporary strings for trap reasons
Ali Mohammad Pur
2021-07-06
LibWasm: Allow overflow in normal 64-bit arithmetic instructions
Ali Mohammad Pur
2021-07-06
LibWasm: Jump to the default label in br_table with negative values
Ali Mohammad Pur
2021-07-06
LibWasm: Guard stack accesses with checks
Ali Mohammad Pur
2021-07-04
Everywhere: Fix incorrect usages of AK::Checked
Idan Horowitz
2021-07-02
LibWasm: Give traps a reason and display it when needed
Ali Mohammad Pur
2021-06-22
LibWasm: Limit the call stack depth and the number of executed insts
Ali Mohammad Pur
2021-06-22
LibWasm: Trap if a non-Value is used as a Value
Ali Mohammad Pur
2021-06-09
LibWasm: Implement saturating float truncation instructions
Ali Mohammad Pur
2021-06-09
LibWasm: Implement sign extension instructions
Ali Mohammad Pur
2021-06-09
LibWasm: Implement spec-compliant float min/max ops
Ali Mohammad Pur
2021-06-05
LibWasm: Move Wasm::BytecodeInterpreter into its own header
Sahan Fernando