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
Slots in the program have JA 0 instructions (instead of NOPs) after superoptimization so that the length of the optimized output instruction sequence is equivalent to the input instruction sequence; these JA 0 instructions have very little to no overhead. This is so that the optimized instructions can be patched into the ELF while still having the ELF offsets, reloc data, etc. still be applied. Future work includes ELF modifications so that an instruction sequence with a smaller length can be patched in without adding JA 0 instructions.
The text was updated successfully, but these errors were encountered:
Slots in the program have JA 0 instructions (instead of NOPs) after superoptimization so that the length of the optimized output instruction sequence is equivalent to the input instruction sequence; these JA 0 instructions have very little to no overhead. This is so that the optimized instructions can be patched into the ELF while still having the ELF offsets, reloc data, etc. still be applied. Future work includes ELF modifications so that an instruction sequence with a smaller length can be patched in without adding JA 0 instructions.
The text was updated successfully, but these errors were encountered: