> In the meantime, I turned off "registerization" for files that could
> potentially have similar code.

If you want a more targeted workaround without a performance cost,
in the example you posted you can force the compiler to reload the
register by replacing

        return y;

with

        return *(&y);


------------------------------------------
9fans: 9fans
Permalink: 
https://9fans.topicbox.com/groups/9fans/Te51716f70e2f8d84-Mba30ec1abcb7b7acbb79cc8b
Delivery options: https://9fans.topicbox.com/groups/9fans/subscription

Reply via email to