This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
As a parameter (or multiple parameters for multiple different types) to splay_tree_new_ggc or whatever.Or pass the type code for GC allocated data structs. Or perhaps it's not even necessary, I'm not sure yet. The whole GC system is pretty complex.
'pass the type code' how?
So, you wouldn't need this size field any more, saving you 4 or 8 bytes per object.
None,ATM, since we don't know how to mark it separately anyway (it's marked as part of emit_status's marker).
I think you missed the '*' in the line above. This is not a pointer to a struct rtx_def, it is a pointer to a separately-allocated chunk of memory that contains pointers to struct rtx_def. What type does the separately-allocated chunk have?
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |