]> gcc.gnu.org Git - gcc.git/commit
passes.c (ipa_write_summaries_1, [...]): Allocate encoders.
authorJan Hubicka <jh@suse.cz>
Mon, 10 May 2010 16:13:52 +0000 (18:13 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Mon, 10 May 2010 16:13:52 +0000 (16:13 +0000)
commit5c4f225fcfbad841f98fe6b7813bf07de8817cea
treeaf4fa061a1b315f2199661fa8e32fbeec97d0a94
parentde61f46712258bf735c5173e92655569bc732f13
passes.c (ipa_write_summaries_1, [...]): Allocate encoders.

* passes.c (ipa_write_summaries_1, ipa_write_optimization_summaries): Allocate
encoders.
* lto-section-out.c (lto_new_out_decl_state): Do not allocate it here.
* lto-streamer.c (lto_streamer_cache_insert_1): Use alloc pool.
(lto_streamer_cache_create): Init alloc pool.
(lto_streamer_cache_delete): Free alloc pool.
* lto-streamer.h: Include alloc pool.
(lto_streamer_cache_d): Use alloc pool.
* lto-stramer-out.c (produce_asm_for_decls): Delete fn_out_states.

From-SVN: r159230
gcc/ChangeLog
gcc/lto-section-out.c
gcc/lto-streamer-out.c
gcc/lto-streamer.c
gcc/lto-streamer.h
gcc/passes.c
This page took 0.059421 seconds and 5 git commands to generate.