[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] gcov: Support gcc 4.7
On Mon, 2013-06-17 at 11:49 +0100, Ian Campbell wrote: > On Mon, 2013-06-17 at 11:46 +0100, Frediano Ziglio wrote: > > Perhaps a simple easy solution would be to allow privileged domains to > > read/write arbitrary memory from Xen (write to reset counters). > > "Arbitrary memory" would be a very hard sell. > > If all these counters could be constrained to pages which contains these > counters and nothing else then that might be a possibility to consider. > > Ian. > It would be very good if gcc could provide some options to move all counter in a given separate section and another for all coverage data (structures and strings). Actually there are no such options. I tried to change generated .s file but with no success (I don't know how to generate a common section in a new section, .comm/.lcomm generate always in .bss section). I'll write to gcc ML. Frediano _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |