This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Optimization Level 0

Does anyone know how to make the compiler not overlay unused
subroutine parameter locations with local variables? It's obvious to just set it
to something after the point in which you want to look at it. But, optimization 0,
doesn't prevent it.

Parents
  • "make the compiler not overlay unused
    subroutine parameter locations with local variables"


    Why?
    If they're not used, what does it matter?

    What exactly do you mean by "unused parameter locations" anyway?

    Have you looked at the NOOVERLAY option?

Reply
  • "make the compiler not overlay unused
    subroutine parameter locations with local variables"


    Why?
    If they're not used, what does it matter?

    What exactly do you mean by "unused parameter locations" anyway?

    Have you looked at the NOOVERLAY option?

Children
No data