Quoting Richard Biener <[email protected]>:
On Wed, Oct 31, 2012 at 2:06 PM, Joern Rennecke
<[email protected]> wrote:
Quoting Richard Biener <[email protected]>:
Maybe we should split the thing then into a adjust_insn_length attribute
without the iteration parameter
Attributes don't get any parameter but the instruction, and don't apply
to delay slot SEQUENCEs.
hook I meant, not attribute.
All right.
So I gather first is called again adjust_insn_length. What do we call the
one for the iteration count (or priority, if you want to put it that way)
for the lock_length mechanism to become effective?
int lock_length_iter_count (rtx_insn, bool in_delay_slot) ?
int lock_length_priority (rtx_insn, bool iter_count) ?