> Replacing a primitive value with a struct c=
ontaining such a value
> should never degrade performance; that would be a compiler bug.
FWIW, No, compilers do not guarantee that semantically-equivalent
programs will be compiled to code with equivalent performance, so it
wouldn't be a bug.=C2=A0 It's only a "quality of implementatio=
n" issue.
Yes, I mean "bug" in a wider sen=
se that includes QoI issues.=C2=A0