Skip to content

Conversation

butterunderflow
Copy link
Contributor

No description provided.

@butterunderflow butterunderflow force-pushed the zdh/staged-symbolic-miniwasm branch from 41858de to 61215b6 Compare July 9, 2025 15:18
@butterunderflow butterunderflow force-pushed the zdh/staged-symbolic-miniwasm branch from ce6489c to 314ff5f Compare July 16, 2025 15:58
Comment on lines 262 to 271
ExploreTree.fillWithIfElse(cond.s)
if (cond.toInt != 0) {
info(s"Jump to $label")
ExploreTree.moveCursor(true)
trail(label)(newCtx)(mkont)
} else {
info(s"Continue")
ExploreTree.moveCursor(false)
eval(rest, kont, mkont, trail)(newCtx)
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO: if cons.s is SymVal.Concrete, then do not fork on Exploration Tree
A test case will be a straight line for an exploration tree with a bunch of SymVal

Same for If, BrTable, and other control flow constructs

butterunderflow and others added 2 commits August 27, 2025 19:09
1. split concrete and symbolic interpreter
2. copy tests from concrete execution
3. some bug fixes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants