#5 (Warn user when optmizing inside jmp +NN range) – The Yasm Modular Assembler Project
Modify

Ticket #5 (new defect)

Opened 8 years ago

Last modified 3 years ago

Warn user when optmizing inside jmp +NN range

Reported by: mu@… Owned by:
Priority: P4 Milestone: 1.0.0
Component: Optimizer Version: unspecified
Severity: normal Keywords:
Cc:

Description (last modified by peter@…) (diff)

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

comment:1 Changed 6 years ago by peter@…

  • Description modified (diff)
  • Milestone changed from 0.2.0 to 0.6.0

comment:2 Changed 4 years ago by peter@…

  • Milestone changed from 0.6.0 to 1.0.0

Bump to 1.0.0 (someday).

View

Add a comment

Modify Ticket

Action
as new
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.