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
However currently the app treats memory accesses through any register except r10 as non-stack access.
This makes it blind to data dependencies through stack slots accessed in this way.
Implement evaluation of the pointer arithmetic in case a register value is known to refer to a stack slot.
Then, use this information when computing dependencies for visualization.
The text was updated successfully, but these errors were encountered:
Stack slots may be accessed indirectly. For example:
However currently the app treats memory accesses through any register except r10 as non-stack access.
This makes it blind to data dependencies through stack slots accessed in this way.
Implement evaluation of the pointer arithmetic in case a register value is known to refer to a stack slot.
Then, use this information when computing dependencies for visualization.
The text was updated successfully, but these errors were encountered: