Re: Do not stream unnecessary BINFO fields

2018-06-21 Thread Richard Biener
On Thu, 21 Jun 2018, Jan Hubicka wrote: > Hi, > this patch drops streaming of binfo bits we do not need. We only care > about BINFO_TYPE, BINFO_VTABLE, BASES and BINFO_OFFSET. > > Bootstrapped/regtested x86_64-linux, OK? OK. Richard. > Honza > > * lto-streamer-out.c (DFS::DFS_write_tre

Do not stream unnecessary BINFO fields

2018-06-21 Thread Jan Hubicka
Hi, this patch drops streaming of binfo bits we do not need. We only care about BINFO_TYPE, BINFO_VTABLE, BASES and BINFO_OFFSET. Bootstrapped/regtested x86_64-linux, OK? Honza * lto-streamer-out.c (DFS::DFS_write_tree_body): Do not stream BINFO_BASE_ACCESSES and BINFO_VPTR_FIEL