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
Splitting out from #2001 to make it easier to track.
This is another step in address elision for values that can be
reconstructed in post-processing. For rep string loops, rather than
recording the address in each iteration, we would record just the first and
the last, or the first and direction and size, with special handling for
interruptions via fault or signal. This will take extra branches and maybe
state in a TLS slot or something, but that should be worthwhile to reduce i/o.
The text was updated successfully, but these errors were encountered:
Splitting out from #2001 to make it easier to track.
This is another step in address elision for values that can be
reconstructed in post-processing. For rep string loops, rather than
recording the address in each iteration, we would record just the first and
the last, or the first and direction and size, with special handling for
interruptions via fault or signal. This will take extra branches and maybe
state in a TLS slot or something, but that should be worthwhile to reduce i/o.
The text was updated successfully, but these errors were encountered: