You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stow epoch-check code locations in a custom section of the native binary.
This will let the signal handler distinguish epoch interrupts from other segfaults.
* Fix ISLE bug that was causing emit.rs code not to be triggered.
* Bless inconsequential destination register reassignment in existing disas test.
// epoch-interruption-mmu-compile-loop.wat disas test. As long as that keeps
52
+
// passing, these offsets remain valid.
53
+
assert_eq!(
54
+
offsets,
55
+
vec![15,18],
56
+
"There should be 2 epoch checks (function prologue & loop backedge). The offset after the prologue's dead load should be 15, and the one after the loop's backedge should be 18."
0 commit comments