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 butterunderflow force-pushed the zdh/staged-symbolic-miniwasm branch from 57f5eeb to 6bae60f Compare October 7, 2025 02:49
@butterunderflow butterunderflow force-pushed the zdh/staged-symbolic-miniwasm branch from fef44cf to 46b8a85 Compare October 11, 2025 21:11
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.

3 participants