Re: [DF] RFC: obstacks in DF

2012-08-20 Thread Steven Bosscher
On Mon, Aug 20, 2012 at 4:54 PM, Dimitrios Apostolou wrote: > In the process I realised that obstacks weren't exactly suitable (thanks > matz for helping on IRC), Right, alloc-pool would be a better choice here. Ciao! Steven

[DF] RFC: obstacks in DF

2012-08-20 Thread Dimitrios Apostolou
Hi, while I was happy using obstacks in other parts of the compiler I thought they would provide a handy solution for the XNEWVECs/XRESIZEVECs in df-scan.c, especially df_install_refs() which is the heaviest malloc() user after the rest of my patches. In the process I realised that obstacks