Ticket #5 (new defect)

Opened 6 years ago

Last modified 1 year ago

Warn user when optmizing inside jmp +NN range

Reported by: mu@tortall.net Assigned to:
Priority: P4 Milestone: 1.0.0
Component: Optimizer Version: unspecified
Severity: normal Keywords:
Cc:

Description (Last modified by peter@tortall.net)

If a coder decides to use numeric relative jmps, he should ensure that all 
intervening optimizable jmps are specified in size.  If he does not, the 
optimizer should emit a warning if it changes the size of anything in that 
range.  Optionally it should emit a warning if it would even be allowed to 
change anything in the range, or Error on either case.

Actually i'm tempted to have it default to an error on change, warning on 
allowed change.

Attachments

Change History

10/15/04 17:27:02 changed by peter@tortall.net

  • description changed.
  • milestone changed from 0.2.0 to 0.6.0.

08/13/06 13:41:58 changed by peter@tortall.net

  • milestone changed from 0.6.0 to 1.0.0.

Bump to 1.0.0 (someday).


Add/Change #5 (Warn user when optmizing inside jmp +NN range)