On Tue, 11 Aug 2026 07:00:46 GMT, Shawn Emery <[email protected]> wrote:
> The goal is to try to reproduce the same shape that we see in production EC > operations. Maybe I'm misunderstanding something, but here's what I think is problematic: We have an implementation that executes in constant time, but only if a compiler cannot predict a flag. It would take a little improvement in an optimizing compiler to generate two versions of the code, calling either one or the other depending on that flag. If it did,even with a non-constant flag the supposed constant-time implementation would be no such thing. Am I wrong? ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/32047#discussion_r3836935328
