> On 10/23/19 10:02 PM, Jan Hubicka wrote:
> >> Hi,
> >> this patch orders symbols where we copy sections to match the order
> >> of files in the command line. This optimizes streaming process since we
> >> are not opening and closing files randomly and also we read them more
> >> sequentially. T
On 10/23/19 10:02 PM, Jan Hubicka wrote:
>> Hi,
>> this patch orders symbols where we copy sections to match the order
>> of files in the command line. This optimizes streaming process since we
>> are not opening and closing files randomly and also we read them more
>> sequentially. This saves so
> Hi,
> this patch orders symbols where we copy sections to match the order
> of files in the command line. This optimizes streaming process since we
> are not opening and closing files randomly and also we read them more
> sequentially. This saves some kernel time though I think more can be
> do
Hi,
this patch orders symbols where we copy sections to match the order
of files in the command line. This optimizes streaming process since we
are not opening and closing files randomly and also we read them more
sequentially. This saves some kernel time though I think more can be
done if we avo