On 05/19/2017 04:41 PM, Jan Hubicka wrote:
We used to have fixed size cyclic buffer for those strings, so it was safe to invoke name/asm_name few times and still expect the result to be there. I wonder what happened to those? Using ggc is bit ugly here, but I suppose it is OK for debug output...
Ok, I see, I'm going to install the patch and we'll see how that can impact memory usage at the end of GCC 8 stage 4. Martin