| 
    
 [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 3/4] xen/link: Fold .data.read_mostly into .data
 Hi Andrew, On 6/19/19 10:48 PM, Andrew Cooper wrote: On 19/06/2019 22:28, Julien Grall wrote:On 6/19/19 9:11 PM, Andrew Cooper wrote:.data.read_mostly only needs separating from adjacent data by one cache line to be effective, and placing it adjacent to .data.page_aligned fulfills this requirement. For ARM, .ex_table appears to be a vestigial remnant. Nothing in the resulting build ever inspects or acts on the contents of the table. The arm32 build does however have some assembly routines which fill .ex_table. Drop all of ARM's .ex_table infrastructure, to reduce the size of the compiled binary, and avoid giving the illusion of exception handling working.I am not in favor of this change. assembler.h is meant to be a verbatim copy of the Linux counterpart.What alternative do you propose then, because having infrastructure that gives the illusion of exception recovery working is a far worse option than deviating from Linux. I learnt the hard way before that trying to adapt a Linux file to Xen makes very difficult to keep track what's going on. So my preference here is to just disable the section if they exists. [...] Good point, I missed the .data.page_aligned. Cheers, -- Julien Grall _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel 
 
  | 
  
![]()  | 
            
         Lists.xenproject.org is hosted with RackSpace, monitoring our  |