Re: [PATCH] Remove extra memory allocation of strings.

2018-11-08 Thread James Greenhalgh
On Tue, Oct 23, 2018 at 08:17:43AM -0500, Martin Liška wrote: > Hello. > > As a follow up patch I would like to remove redundant string allocation > on string which is not needed in my opinion. > > That bootstrap on aarch64-linux. OK, Thanks, James > From a21a626055442635057985323bb42ef29526e

Re: [PATCH] Remove extra memory allocation of strings.

2018-11-08 Thread Kyrill Tkachov
Hi Martin, On 23/10/18 14:17, Martin Liška wrote: Hello. As a follow up patch I would like to remove redundant string allocation on string which is not needed in my opinion. I think this change is correct, as these functions don't modify the string, just read it in different ways. You'll sti

Re: [PATCH] Remove extra memory allocation of strings.

2018-11-01 Thread Martin Liška
On 10/23/18 3:17 PM, Martin Liška wrote: > Hello. > > As a follow up patch I would like to remove redundant string allocation > on string which is not needed in my opinion. > > That bootstrap on aarch64-linux. > > Martin > James may I please remind this small patch? Thanks, Martin