|
|
|
|
|
by brobinson
1026 days ago
|
|
What if there are branches but both paths result in the same number of cycles being required to execute the instructions? Is it correct to say: "all branchless code runs in constant time, but not all constant time code is branchless"? |
|
Writing truly constant time code on modern processors ranges is difficult at best, and usually less efficient than variable-time code.