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
{{ message }}
This repository has been archived by the owner on Jun 28, 2022. It is now read-only.
DecodedBasicBlock uses StartAppPC, but has no associated EndAppPC. It also has a StartCachePC, but having an end is meaningless due to fragment scheduling.
NativeInstruction uses DecodedPC and DecodedLength. This could equivalently be represented with bounding PCs, using StartAppPC and EndAppPC.
I think we should canonicalize on these two function names across blocks and instructions.
It's also worth thinking about if Start or Begin is the right prefix.
The text was updated successfully, but these errors were encountered:
DecodedBasicBlock
usesStartAppPC
, but has no associatedEndAppPC
. It also has aStartCachePC
, but having an end is meaningless due to fragment scheduling.NativeInstruction
usesDecodedPC
andDecodedLength
. This could equivalently be represented with bounding PCs, usingStartAppPC
andEndAppPC
.I think we should canonicalize on these two function names across blocks and instructions.
It's also worth thinking about if
Start
orBegin
is the right prefix.The text was updated successfully, but these errors were encountered: