feat(difftest): add checkpoint trigger entry#1083
Merged
Merged
Conversation
71f4cdc to
9646751
Compare
6c8c997 to
abfead8
Compare
poemonsense
reviewed
Jun 19, 2026
poemonsense
left a comment
Member
There was a problem hiding this comment.
Why was there no compilation error before?
9646751 to
72a214f
Compare
abfead8 to
0efc0e9
Compare
Contributor
Author
PR8 starts using |
72a214f to
a6c99e2
Compare
0efc0e9 to
327f7d1
Compare
a6c99e2 to
cde0e63
Compare
327f7d1 to
baa273b
Compare
cde0e63 to
5aa1612
Compare
baa273b to
881e144
Compare
Add difftest_trigger_checkpoint() so REF users can request checkpoint generation from NEMU. Skip M-mode because the current checkpoint restore path does not reliably support restoring M-mode state. For supported modes, enable the flash checkpoint layout before serializing the checkpoint.
881e144 to
048d10f
Compare
NEMU Performance Results - XS Interpreter
NEMU Performance Results - XS Ref Shared Object
|
poemonsense
approved these changes
Jul 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add difftest_trigger_checkpoint() so REF users can request checkpoint generation from NEMU.
Skip M-mode because the current checkpoint restore path does not reliably support restoring M-mode state. For supported modes, enable the flash checkpoint layout before serializing the checkpoint.