You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes an NYI on ARM when running -prof_pcs with a client that emits a clean
call by reusing code pre-existing with Aarch64
Also fixes an assumption that SCRATCH_REG0 was dead just after parameter
preparation in a clean call, but this assumption is only safe for x86
Finally, prints out DR_WHERE_CLEAN_CALLEE statistics
Fixes#2905
When running a client which inserts any clean call with
-prof_pcs
on ARM, I see the following assertion:The text was updated successfully, but these errors were encountered: