aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorJan Hubicka <jh@suse.cz>2010-05-11 10:20:44 +0200
committerJan Hubicka <hubicka@gcc.gnu.org>2010-05-11 08:20:44 +0000
commitcc56d170d24708b394ddce8e4dd3eeb45657842f (patch)
tree0f9a201735cb6b2a2e13cd556661f291d96387eb /gcc/ChangeLog
parenta2acdf1fb2c4b4c382865c038b18cff6a8ee2dc7 (diff)
downloadgcc-cc56d170d24708b394ddce8e4dd3eeb45657842f.zip
gcc-cc56d170d24708b394ddce8e4dd3eeb45657842f.tar.gz
gcc-cc56d170d24708b394ddce8e4dd3eeb45657842f.tar.bz2
lto-streamer.c (lto_streamer_cache_add_to_node_array, [...]): Put nodes into heap.
* 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. From-SVN: r159261
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 0e02b6c..86c8e67 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,11 @@
2010-05-11 Jan Hubicka <jh@suse.cz>
+ * 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.
+
+2010-05-11 Jan Hubicka <jh@suse.cz>
+
* cgraphbuild.c (cgraph_rebuild_references): New.
* cgraph.c (cgraph_mark_reachable_node): Accept references to optimized
out extern inlines.