-
Notifications
You must be signed in to change notification settings - Fork 1.6k
refs #10765/#11262 - Token: introduced cache for isAliasOf() calls
#8138
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
base: main
Are you sure you want to change the base?
Conversation
|
Using the code from https://trac.cppcheck.net/ticket/10765#comment:4: The actual amount of There is newly introduced overhead in |
isAliasOf() callsisAliasOf() calls
579e9cf to
fb87067
Compare
|
Unfortunately it does not seem to help much with the runtime of the CI. Before: After: |
|
Running it on https://github.com/firewave/mame_regtest/blob/master/mame_regtest.c provides better results: |
This comment was marked as off-topic.
This comment was marked as off-topic.
fb87067 to
272c4d0
Compare
isAliasOf() callsisAliasOf() calls
272c4d0 to
2a1086c
Compare
|
|
This causes false positives in the selfcheck: |
|
No differences with #7800. |



No description provided.