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]

Re: PATCH to remove unnecessary NOTE_INSN_DELETED


: debug these monsters, we just bite the bullet and eat the extra memory needed
: when we do not squash uids & regnos.

That is fine if it works, but in acses of memory corruption or reading
uninitialized memory it might be impossible to observe the bug once the
squashing is disabled.
So I think we should have both, a flag to disable renumbering and a
translation table.

: I still suspect there's significant saving to realize from regno squashing a
: quick grep shows:

Well, these are all linear.  More interesting are resets that are allocated
for each insn.


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