search for: misspeculating

Displaying 2 results from an estimated 2 matches for "misspeculating".

2003 Jun 10
1
Regression output labels
Hello to all- 1. When I run a regression which implements the augmented Dickey-Fuller test, I am confused about the names given to the regressors in the output. I understand what "xGE" stands for in a standard "lm" test involving an independent variable GE for instance, but if I lags and or differences are included in the model, what do the following "output" stand
2018 Mar 23
5
RFC: Speculative Load Hardening (a Spectre variant #1 mitigation)
...and we create a constant "incorrect execution" predicate value by putting `-1` into `%r8`. Then, along each edge coming out of a conditional branch we do a conditional move that in a correct execution will be a no-op, but if mis-speculated, will replace the `%rax` with the value of `%r8`. Misspeculating any one of the three predicates will cause `%rax` to hold the "incorrect execution" value from `%r8` as we preserve incoming values when execution is correct rather than overwriting it. We now have a value in `%rax` in each basic block that indicates if at some point previously a predica...