RFR: 8183546: [MVT] cleanup/improve vreturn convention implementation

Roland Westrelin rwestrel at redhat.com
Fri Jul 7 07:40:19 UTC 2017


Thanks for reviewing this.

> One minor suggestion: I would prefer to use mask macros to make the "&
> 1" and "& ~1L" operations more explicit.

Good suggestion. I changed the code to use
set_nth_bit/clear_nth_bit/is_set_nth_bit.

Roland.


More information about the valhalla-dev mailing list