Closed connorkuehl closed 5 years ago
I just realized this code didn't come with our original port.
While it's technically harmless for our code to run over a union, it's wasted computation, and we don't need to add to the workload of the compiler.
Perhaps we could emit a compiler warning when a union is decorated with __attribute__((randomize_layout))?
__attribute__((randomize_layout))
I just realized this code didn't come with our original port.
While it's technically harmless for our code to run over a union, it's wasted computation, and we don't need to add to the workload of the compiler.
Perhaps we could emit a compiler warning when a union is decorated with
__attribute__((randomize_layout))
?