[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] RE: [patch] pae: tlbflush linear page table updates
>-----Original Message----- >From: ak@xxxxxxx [mailto:ak@xxxxxxx] >Sent: Friday, August 12, 2005 5:21 PM >Keir Fraser <Keir.Fraser@xxxxxxxxxxxx> writes: >> >> The compiler will never alias inputs. In this case it is forced to >> alias the output constraint with input retval, and so the output >> cannot alias with any other input (which would be an error). > >Actually it will sometimes. That is what the "early clobber" (&) >prevents. Perhaps it should be used here. > >-Andi "early clobber" is good to prevent output alias as input, if that output may be clobbered before input is used. However there seems no point to simply alias among inputs. Or else, the only way I can see is that compiler insert some extra lines in the middle of inline asm... Any benefit for this likelihood? Thanks, Kevin _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |