-
-
Notifications
You must be signed in to change notification settings - Fork 677
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
recompiler: add use tracking #1431
base: main
Are you sure you want to change the base?
Conversation
on previous commit I stored uses (inst, index) in a list and used an adaptor to iterate over users. Still needs boost submodule update |
i don't see a pr for it on https://github.com/shadps4-emu/ext-boost :/ |
@baggins183 if you can pr on boost the neccesary change so we can progress with that pr too |
@georgemoralis here u go boss |
merge you need to update submodule here so we can see if it builds ;D |
Add use tracking for instructions
Still want to add iterator adaptor for (distinct) users in addition to uses.