alexcrichton commented on issue #6303:
Given the
PRegSet::union_frommethod, I think this could also be modeled ascaller_clobbers.union_from(callee_clobbers) == caller_clobbers?
cfallin commented on issue #6303:
Given the
PRegSet::union_frommethod, I think this could also be modeled ascaller_clobbers.union_from(callee_clobbers) == caller_clobbers?Ah yes indeed! Very nice.
Last updated: Feb 24 2026 at 05:28 UTC