Lots of constant static data not declared static const in cpu/x86

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 21
    • Affects Version/s: None
    • Component/s: hotspot
    • None
    • b16

      In cpu/x86 there are lots of places where data that is static and constant is not declared static and/or const. These should be. Making them static helps ensure we do not break the one definition rule. Making them const helps the compiler/linker to place the data in read-only sections.

            Assignee:
            Justin King
            Reporter:
            Justin King
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: