This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
GC special object sizes
- From: Steven Bosscher <s dot bosscher at student dot tudelft dot nl>
- To: gcc at gcc dot gnu dot org
- Date: 29 Apr 2003 18:32:17 +0200
- Subject: GC special object sizes
Hi,
With Zack's work to make TREE_CST_RTL go away, a bunch of objects are
now only 20 bytes instead of 24, so they go in special page now. But
there are many more trees of 24 bytes per tree. All tree_exp trees with
two operands, for example, and there are many of those: 65 in tree.def,
3 more in c-common.def, and another 11 in cp/cp-tree.def.
So why isn't there a special page for objects with a size of 24 bytes?
Greetz
Steven