wasmi/benches
Sergey Pepyakin f6657bace4
Flat Stack (#98)
* Define Instruction Set.

* WIP

* WIP 2

* Tests

* Working

* Bunch of other tests.

* WIP

* WIP

* Use Vec instead of VecDeque.

* Calibrate the limits.

* Clean

* Clean

* Another round of cleaning.

* Ignore traces.

* Optimize value stack

* Optimize a bit more.

* Cache memory index.

* Inline always instruction dispatch function.

* Comments.

* Clean

* Clean

* Use vector to keep unresolved references.

* Estimate resulting size.

* do refactoring

* Validate the locals count in the begging

* Introduce Keep and DropKeep structs in isa

* Rename/Split Validator into Reader

* Document stack layout

* Remove println!

* Fix typo.

* Use .last / .last_mut in stack

* Update docs for BrTable.

* Review fixes.

* Merge.

* Add an assert that stack is empty after the exec
2018-07-04 10:08:45 +03:00
..
src Add some more benches (#97) 2018-06-19 16:29:33 +03:00
wasm-kernel Add some more benches (#97) 2018-06-19 16:29:33 +03:00
.gitignore Flat Stack (#98) 2018-07-04 10:08:45 +03:00
Cargo.toml Flat Stack (#98) 2018-07-04 10:08:45 +03:00
build.rs Add a simple bench (#90) 2018-05-24 16:31:15 +03:00