On Mon, 23 Nov 2020, Jan Hubicka wrote:
> > On Mon, 23 Nov 2020, Jan Hubicka wrote:
> >
> > > > On Mon, 23 Nov 2020, Jan Hubicka wrote:
> > > >
> > > > > Hi,
> > > > > tree-streamer-in currently calls init_tree_ssa that calls
> > > > > init_ssanames
> > > > > that allocates space in ssa_names a
> > On Mon, 23 Nov 2020, Jan Hubicka wrote:
> >
> > > > On Mon, 23 Nov 2020, Jan Hubicka wrote:
> > > >
> > > > > Hi,
> > > > > tree-streamer-in currently calls init_tree_ssa that calls
> > > > > init_ssanames
> > > > > that allocates space in ssa_names array for 50 names. Later it
> > > > > s
> On Mon, 23 Nov 2020, Jan Hubicka wrote:
>
> > > On Mon, 23 Nov 2020, Jan Hubicka wrote:
> > >
> > > > Hi,
> > > > tree-streamer-in currently calls init_tree_ssa that calls init_ssanames
> > > > that allocates space in ssa_names array for 50 names. Later it streams
> > > > in the count and call
On Mon, 23 Nov 2020, Jan Hubicka wrote:
> > On Mon, 23 Nov 2020, Jan Hubicka wrote:
> >
> > > Hi,
> > > tree-streamer-in currently calls init_tree_ssa that calls init_ssanames
> > > that allocates space in ssa_names array for 50 names. Later it streams
> > > in the count and calls init_tree_ssa
> On Mon, 23 Nov 2020, Jan Hubicka wrote:
>
> > Hi,
> > tree-streamer-in currently calls init_tree_ssa that calls init_ssanames
> > that allocates space in ssa_names array for 50 names. Later it streams
> > in the count and calls init_tree_ssa again, this time with correct
> > count, which is rou
On Mon, 23 Nov 2020, Jan Hubicka wrote:
> Hi,
> tree-streamer-in currently calls init_tree_ssa that calls init_ssanames
> that allocates space in ssa_names array for 50 names. Later it streams
> in the count and calls init_tree_ssa again, this time with correct
> count, which is rounded up to 50