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.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i#7113 decode cache: Add analyzer library for decode_cache_t #7114
base: master
Are you sure you want to change the base?
i#7113 decode cache: Add analyzer library for decode_cache_t #7114
Changes from 38 commits
fca712e
abebffc
18f7028
4487168
41595eb
d2e94c7
f0f8a74
a1b1d63
db8a3ad
1e810b5
1fc4c04
bf76f70
45e062f
5e28112
0a33a51
29d10a3
0e2df67
716a0ea
fefe38b
2f0a708
84a2039
141e3c5
1092a21
b2ba91c
d70e227
d51d823
0000c5b
3737ec5
652bab0
1177304
96efb50
31e1eab
3702f29
d7a4d10
57f34ad
3f9cc4e
44971f6
3042d6b
2b301b5
4157f23
0f50370
8dc950c
160e052
74da310
6bcc33b
b24d79a
e175cd9
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is your code assuming encoding_is_new is always initialized? E.g., "if (!use_module_mapper_ && memref_instr.encoding_is_new) {" in decode_cache.h?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In that condition, encoding_is_new will be read only if the user didn't ask to use the module mapper, in which case the init() time check will ensure the trace filetype supports embedded-encodings, in which case encoding_is_new will be set.