This is the mail archive of the gcc-patches@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]

Re: [PATCH] Add DW_AT_const_value as unsigned or int depending on type and value used.


On Mon, Apr 14, 2014 at 02:55:52PM -0700, Cary Coutant wrote:
> Also note that size_of_die and value_format will still choose
> DW_FORM_data[1248] for dw_val_class_unsigned_const in most cases.
> Don't you really want to use DW_FORM_udata?

DW_FORM_data[1248] is in many cases smaller than DW_FORM_udata (though, one
has to take into account possibly larger .debug_abbrev size).

	Jakub


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]