lto-streamer.h (struct lto_streamer_cache_d): Nodes vector is in heap.

* lto-streamer.h (struct lto_streamer_cache_d): Nodes vector is in
	heap.

From-SVN: r159262
This commit is contained in:
Jan Hubicka 2010-05-11 10:24:08 +02:00 committed by Jan Hubicka
parent cc56d170d2
commit 979aeb3331
2 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,8 @@
* lto-streamer.c (lto_streamer_cache_add_to_node_array,
lto_streamer_cache_delete): Put nodes into heap.
(struct lto_streamer_cache_d): Nodes vector is in heap.
* lto-streamer.h (struct lto_streamer_cache_d): Nodes vector is in
heap.
2010-05-11 Jan Hubicka <jh@suse.cz>

View File

@ -354,7 +354,7 @@ struct lto_streamer_cache_d
unsigned next_slot;
/* The nodes pickled so far. */
VEC(tree,gc) *nodes;
VEC(tree,heap) *nodes;
/* Offset into the stream where the nodes have been written. */
VEC(unsigned,heap) *offsets;