Skip to content

Commit

Permalink
Apply delta_ip and delta_stp from side table (#690)
Browse files Browse the repository at this point in the history
Apply `delta_ip` and `delta_stp` from side table in `exec.rs`.

#46

---------

Co-authored-by: Zhou Fang <[email protected]>
Co-authored-by: Julien Cretin <[email protected]>
  • Loading branch information
3 people authored Dec 11, 2024
1 parent b01f482 commit 715bbaa
Show file tree
Hide file tree
Showing 8 changed files with 78 additions and 225 deletions.
78 changes: 1 addition & 77 deletions crates/interpreter/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions crates/interpreter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ categories = ["embedded", "no-std", "wasm"]

[dependencies]
libm = { version = "0.2.8", default-features = false, optional = true }
lru = { version = "0.12.3", default-features = false, features = ["hashbrown"], optional = true }
num_enum = { version = "0.7.2", default-features = false }
paste = { version = "1.0.15", default-features = false }
portable-atomic = { version = "1.6.0", default-features = false }
Expand All @@ -31,8 +30,6 @@ toctou = []
# Enable support for specific types.
float-types = ["dep:libm"]
vector-types = []
# Enable caching for execution.
cache = ["dep:lru"]

[lints]
clippy.mod-module-files = "warn"
Expand Down
52 changes: 0 additions & 52 deletions crates/interpreter/src/cache.rs

This file was deleted.

Loading

0 comments on commit 715bbaa

Please sign in to comment.