On Mon, 26 May 2025 06:23:08 GMT, Johannes Bechberger <jbechber...@openjdk.org> wrote:
>> You can have a field as a pointer: timer_t* timer and test it, timer != >> nullptr. > > Wouldn't I need to store it somewhere? Of course. A pointer is less space compared to an inlined struct AND a bool. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/25302#discussion_r2106793364