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
Before we add drreg, we add utility functions like drx_insert_counter_update to allow clients instrument counter update code easily. However such functions performs its own aflags analysis and request user to provide TLS slots for register stealing, so it does not work with the drreg.
It would be nice if we can update those functions in a way so it could work with drreg.
The text was updated successfully, but these errors were encountered:
Before we add drreg, we add utility functions like
drx_insert_counter_update
to allow clients instrument counter update code easily. However such functions performs its own aflags analysis and request user to provide TLS slots for register stealing, so it does not work with the drreg.It would be nice if we can update those functions in a way so it could work with drreg.
The text was updated successfully, but these errors were encountered: