Skip to content

Commit

Permalink
docs: add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouwfang committed Jan 3, 2025
1 parent 06de664 commit 3dc63f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/interpreter/src/side_table.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ use crate::error::*;
#[repr(transparent)]
pub struct SideTableEntry(u64);

// TODO(dev/fast-interp): Change the type of `val_cnt` and `pop_cnt` to `u8`.
pub struct SideTableEntryView {
/// The amount to adjust the instruction pointer by if the branch is taken.
pub delta_ip: i32,
Expand Down

0 comments on commit 3dc63f2

Please sign in to comment.