mirror of git://gcc.gnu.org/git/gcc.git
ggc-page.c (extra_order_size_tab): Add bitmap_head size.
2007-11-01 Richard Guenther <rguenther@suse.de>
* ggc-page.c (extra_order_size_tab): Add bitmap_head size.
From-SVN: r129833
This commit is contained in:
parent
f8423fea8d
commit
945bfaca2e
|
|
@ -1,3 +1,7 @@
|
|||
2007-11-01 Richard Guenther <rguenther@suse.de>
|
||||
|
||||
* ggc-page.c (extra_order_size_tab): Add bitmap_head size.
|
||||
|
||||
2007-11-01 Steven Bosscher <stevenb.gcc@gmail.com>
|
||||
|
||||
PR rtl-optimization/33828
|
||||
|
|
|
|||
|
|
@ -195,6 +195,7 @@ static const size_t extra_order_size_table[] = {
|
|||
sizeof (struct function),
|
||||
sizeof (struct basic_block_def),
|
||||
sizeof (bitmap_element),
|
||||
sizeof (bitmap_head),
|
||||
/* PHI nodes with one to three arguments are already covered by the
|
||||
above sizes. */
|
||||
sizeof (struct tree_phi_node) + sizeof (struct phi_arg_d) * 3,
|
||||
|
|
|
|||
Loading…
Reference in New Issue