Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9b66097

Browse files
committed
Merge branch 'main' into next
2 parents bd9564c + 7447889 commit 9b66097

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@
5454
- Introduced new `pub proc` syntax for procedure declarations to replace `export` syntax. This change is backwards-compatible. ([#2120](https://github.com/0xMiden/miden-vm/pull/2120)).
5555
- [BREAKING] Disallowed the use of word literals in conjunction with dot-delimited `push` syntax ([#2120](https://github.com/0xMiden/miden-vm/pull/2120)).
5656
- fix RawDecoratorIdIterator un-padding off-by-one ([#2193](https://github.com/0xMiden/miden-vm/pull/2193))
57+
## 0.17.2 (2025-09-17)
58+
59+
- Hotfix: remove all stack underflow errors ([#2182](https://github.com/0xMiden/miden-vm/pull/2182)).
5760

5861
## 0.17.1 (2025-08-29)
5962

processor/src/fast/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,6 @@ impl FastProcessor {
627627
///
628628
/// # Preconditions
629629
/// - The stack is expected to have exactly 16 elements.
630-
#[inline(always)]
631630
fn reset_stack_in_buffer(&mut self, new_stack_top_idx: usize) {
632631
debug_assert_eq!(self.stack_depth(), MIN_STACK_DEPTH as u32);
633632

0 commit comments

Comments
 (0)