Refine variables with the same name in nested scopes in PhaseChaitin::gather_lrg_masks

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Unresolved
    • Priority: P4
    • tbd
    • Affects Version/s: 27
    • Component/s: hotspot

      In PhaseChaitin::gather_lrg_masks, several variables have the same name in nested scopes, it looks like following code snippet.
      {
        A a;
        {
          A a;
        }
      }

      This is not helpful to code readability, in particular in a long method like `gather_lrg_masks`, better to rename them.

            Assignee:
            Hamlin Li
            Reporter:
            Hamlin Li
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: