Superior Method to Branch Prediction in Security Properties
28 May
2019
28 May
'19
4:05 p.m.
Essentially the method is this: cache and store the variable that is necessary for the branch. There are three possible ways to do it: 1. Detect if there's a loop and use the equivalent of a lock micro-op to ensure the variable essential to the branch condition doesn't leave the cache until a context switch or if the loop is detected to have completed. 2. Rewrite the loop in micro-ops to have a smaller variable for the branch condition, and end the loop when completed. 3. Convert the branch prediction unit to another set of registers and have it operate as a cache for branching variables. Sent with [ProtonMail](https://protonmail.com) Secure Email.
1993
Age (days ago)
1993
Last active (days ago)
0 comments
1 participants
participants (1)
-
Ryan Carboni